Expand description
Types and macros for VirtIO device configuration space.
Macros§
- read_
config - Reads the given field of the given struct from the device config space via the given transport.
- write_
config - Writes the given field of the given struct from the device config space via the given transport.
Structs§
- Read
Only - A configuration space register from which the driver can only read.
- Read
Write - A configuration space register which the driver may both read and write.
- Write
Only - A configuration space register to which the driver can only write.
Traits§
- Config
Readable - Marker trait for configuration space registers from which the driver may read.
- Config
Writable - Marker trait for configuration space registers to which the driver may write.