embassy-mspm0

Crates

git

Versions

mspm0c1105dgs32

Flavors

Module uart

Source

Structs§

BufferedInterruptHandler
Interrupt handler.
BufferedUart
Bidirectional buffered UART which acts as a combination of BufferedUartTx and BufferedUartRx.
BufferedUartRx
Rx-only buffered UART.
BufferedUartTx
Tx-only buffered UART.
Config
Config
Uart
Bidirectional UART Driver, which acts as a combination of UartTx and UartRx.
UartRx
Rx-only UART Driver.
UartTx
Tx-only UART Driver.

Enums§

BitOrder
The order of bits in byte.
ClockSel
The clock source for the UART.
ConfigError
Config Error
DataBits
Number of data bits
Error
Serial error
Parity
Parity
StopBits
Number of stop bits

Traits§

CtsPin
UART CTS pin trait
Instance
Peripheral instance trait.
RtsPin
UART RTS pin trait
RxPin
UART RX pin trait
TxPin
UART TX pin trait