Module serial

Source
Expand description

Serial communication using UART/USART peripherals

Structs§

Config
USART configuration
Rx
Serial receiver
Serial
Serial abstraction
Tx
Serial transmitter

Enums§

DataBits
Number of data bits
Error
Serial error
Event
Interrupt event
Oversampling
Parity
Parity generation and checking. If odd or even parity is selected, the underlying USART will be configured to send/receive the parity bit in addtion to the data bits.

Traits§

Instance
Implemented by all USART instances
PinRx
PinTx
Pins