Skip to main content

Module uart

Module uart 

Source
Expand description

UART serial bus driver.

Uart wraps an opaque ove_uart_t handle and exposes a method-shaped API. embedded_io::Read / embedded_io::Write impls are provided when the embedded-io Cargo feature is enabled.

Structs§

Uart
UART driver.

Enums§

FlowControl
UART flow control.
Parity
UART parity mode.
StopBits
UART stop bits.