Module uart

Module uart 

Source
Expand description

A pair of UART (universal asynchronous receiver-transmitter) implementations, one memory-mapped, and the other mapped to serial hardware.

SerialPort: Serial hardware-mapped UART, useful alongside pixel-buffers for printing visual output.

MmioPort: A virtual, memory-mapped UART useful for the reasons above on hardware that does not support physical UART hardware.

Macros§

wait_for

Structs§

MmioPort
SerialPort
An x86 IO port-mapped UART implementation.