Expand description
Abstraction over the I/O backend (Hardware Abstraction Layer (HAL)).
Main exports:
Structs§
- Mmio
Address - Memory-mapped I/O (MMIO) address.
- Mmio
Backend - MMIO-mapped UART 16550.
- PioBackend
- x86 Port I/O backed UART 16550.
- Port
IoAddress - x86 port I/O address.
Traits§
- Backend
- Abstraction over the I/O backend of a UART 16550 microcontroller.
- Register
Address - Abstraction over register addresses in
Backend.