Crate uart Copy item path Source address writer DLAB Data 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 Baud Serial port speed, measured in bauds. ReadableRegister The read-enabled UART registers and their order. RegisterAddress Represents the address of a UART register. WriteableRegister The write-enabled UART registers and their order. Mode 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).