Module stm32_hal2::serial [−][src]
Serial module. Supports U[S]ART, CAN, and RS485 functionality, with DMA access.
Implements traits from embedded-hal.
This module support both polling and interrupt based accesses to the serial peripherals.
Structs
| Config | USART Configuration structure |
| Rx | Serial receiver |
| Serial | Serial abstraction |
| Tx | Serial transmitter |
Enums
| Error | Serial error |
| Event | Interrupt event |
| Oversampling | USART oversampling settings |
| Parity | USART parity settings |
| StopBits | USART stopbits settings |