Crate uart

Source

Modules§

address
writer

Structs§

DLAB
Divisor latch configuration mode for UART.
Data
Data operation mode (rx/tx) for UART.
FifoControl
Represents the possible states of the FIFO control register.
InterruptEnable
Represents the possible states of the interrupt enable register.
InterruptStatus
Represents the possible states of the interrupt status register.
LineControl
Represents the possible states of the line control register.
LineStatus
Represents the possible states of the line status register.
ModemControl
Represents the possible states of the modem control register.
ModemStatus
Represents the possible states of the modem status register.
Uart

Enums§

Baud
Serial port speed, measured in bauds.
ReadableRegister
The read-enabled UART registers and their offset index.
WriteableRegister
The write-enabled UART registers and their offset index.

Traits§

Mode
Identifies which mode a UART is in (Data or DLAB).
UartAddress
Represents an address type for a UART device, allowing idiomatic access to register addresses, and allowing any number of constraints to be encoded based on the hardware implemenation of the UART IO (whether port or memory mapped).