Expand description
Memory-mapped IO.
C header: include/asm-generic/io.h
Re-exports§
pub use resource::Resource;
Modules§
- mem
- Generic memory-mapped IO.
- poll
- IO polling.
- resource
- Abstractions for system resources.
Structs§
Traits§
- Io
- Types implementing this trait (e.g. MMIO BARs or PCI config regions) can perform I/O operations on regions of memory.
- IoCapable
- Marker trait indicating that an I/O backend supports operations of a certain type.
- IoKnown
Size - Trait for types with a known size at compile time.
Type Aliases§
- Phys
Addr - Physical address type.
- Resource
Size - Resource Size type.