Module uart

Module uart 

Source
Available on crate feature uart only.
Expand description

UART configuration.

Structs§

Config
UART interface configuration.
UARTE0
Peripheral-specific UART driver.
UARTE1
Peripheral-specific UART driver.

Enums§

Baudrate
UART baud rate.
DataBits
UART number of data bits.
Parity
Parity bit.
StopBits
UART number of stop bits.
Uart
Peripheral-agnostic UART driver.