Module avr_hal_generic::usart
source · Expand description
HAL abstractions for USART/Serial
Check the documentation of Usart
for details.
Structs§
- Representation of a USART baudrate
- USART/Serial driver
- Reader half of a
Usart
peripheral. - Writer half of a
Usart
peripheral.
Enums§
- Events/Interrupts for USART peripherals
Traits§
- Same as
BaudrateExt
but accounts for an errata of certain Arduino boards: - Provide a
into_baudrate()
method for integers. - Internal trait for low-level USART peripherals.