Module stm32f3xx_hal::serial

source ·
Expand description

Serial

Asynchronous serial communication using the interal USART peripherals

The serial modules implement the Read and Write traits.

Modules

  • Types for configuring a serial interface.

Structs

Enums

  • An convinicnce enum for the most typical baud rates
  • Serial error
  • Interrupt and status events.

Traits