pub trait ValidUartPinout<U>: Sealedwhere
U: UartDevice,{
type Rx: ValidOptionRx<U>;
type Tx: ValidOptionTx<U>;
type Cts: ValidOptionCts<U>;
type Rts: ValidOptionRts<U>;
}Expand description
Declares a valid UART pinout.
pub trait ValidUartPinout<U>: Sealedwhere
U: UartDevice,{
type Rx: ValidOptionRx<U>;
type Tx: ValidOptionTx<U>;
type Cts: ValidOptionCts<U>;
type Rts: ValidOptionRts<U>;
}Declares a valid UART pinout.