Module usart

Source
Expand description

HAL abstractions for USART/Serial

Check the documentation of Usart for details.

Structs§

Baudrate
Representation of a USART baudrate
Usart
USART/Serial driver
UsartReader
Reader half of a Usart peripheral.
UsartWriter
Writer half of a Usart peripheral.

Enums§

Event
Events/Interrupts for USART peripherals

Traits§

BaudrateArduinoExt
Same as BaudrateExt but accounts for an errata of certain Arduino boards:
BaudrateExt
Provide a into_baudrate() method for integers.
UsartOps
Internal trait for low-level USART peripherals.