Expand description
Universal Synchronous/Asynchronous Receiver Transmitter (USART, UART, LPUART)
Structs§
- Buffered
Interrupt Handler - Interrupt handler.
- Buffered
Uart - Bidirectional buffered UART
- Buffered
Uart Rx - Rx-only buffered UART
- Buffered
Uart Tx - Tx-only buffered UART
- Config
- Config
- Interrupt
Handler - Interrupt handler.
- Interrupt
Handler - Interrupt handler.
- Ring
Buffered Uart Rx - Rx-only Ring-buffered UART Driver
- State
- Buffered UART State
- Uart
- Bidirectional UART Driver
- UartRx
- Rx-only UART Driver
- UartTx
- Tx-only UART Driver
Enums§
- Config
Error - Config Error
- Data
Bits - Number of data bits
- Error
- Serial error
- Parity
- Parity
- Stop
Bits - Number of stop bits
Traits§
- Basic
Instance - Basic UART driver instance
- CkPin
- CkPin pin trait
- CtsPin
- CtsPin pin trait
- DePin
- DePin pin trait
- Full
Instance - Full UART driver instance
- RtsPin
- RtsPin pin trait
- RxDma
- RxDma DMA request trait
- RxPin
- RxPin pin trait
- TxDma
- TxDma DMA request trait
- TxPin
- TxPin pin trait