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
 - Uart
 - Bidirectional UART Driver, which acts as a combination of 
UartTxandUartRx. - UartRx
 - Rx-only UART Driver.
 - UartTx
 - Tx-only UART Driver.
 
Enums§
- Config
Error  - Config Error
 - Data
Bits  - Number of data bits
 - Duplex
 - Duplex mode
 - Error
 - Serial error
 - Half
Duplex Readback  - Enables or disables receiver so written data are read back in half-duplex mode
 - Output
Config  - Half duplex IO mode
 - Parity
 - Parity
 - Stop
Bits  - Number of stop bits
 
Traits§
- CkPin
 - CkPin pin trait
 - CtsPin
 - CtsPin pin trait
 - DePin
 - DePin pin trait
 - Instance
 - USART peripheral instance trait.
 - RtsPin
 - RtsPin pin trait
 - RxDma
 - RxDma DMA request trait
 - RxPin
 - RxPin pin trait
 - TxDma
 - TxDma DMA request trait
 - TxPin
 - TxPin pin trait
 
Functions§
- send_
break  - Send break character