Expand description
Module with the implementation of a Bus that can hold devices. Handles routing to devices in an address space.
Structs§
- Bus
- A device container for routing reads and writes over some address space.
- BusRange
- Holds a base and length representing the address space occupied by a
BusDevice.
Enums§
Traits§
- BusDevice
- Trait for devices that respond to reads or writes in an arbitrary address space.
- BusDevice
Sync - Trait similar to
BusDevicewith the extra requirement that a device isSendandSync.