Skip to main content

Module io

Module io 

Source
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§

Mmio
IO-mapped memory region.
MmioRaw
Raw representation of an MMIO region.

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.
IoKnownSize
Trait for types with a known size at compile time.

Type Aliases§

PhysAddr
Physical address type.
ResourceSize
Resource Size type.