Expand description
Support for Universal Asynchronous Receiver/Transmitter (UART) devices
Modules§
- model_
16550 x86 or x86-64 - Driver for the common UART interface provided on PCs that use the National Semiconductor 16550 chip and derivatives (itself based on the NS 8250).
- model_
pl011 - Driver for Arm’s
PrimeCell
PL011 UART
Structs§
- Line
Mode - Speed and other line protocol settings.
- NullUART
- Dummy UART driver that drops outgoing data and never receives anything.
- UART
Write Adapter - Newtype wrapper that allows a UART implementation to be used by
core::fmt::write
.
Enums§
- Parity
- Parity setting for line protocol.
Traits§
- UART
- High-level interface for UART drivers.