pub trait ValidPinCts<UART: UartDevice>: Sealed { }
Expand description

Indicates a valid Cts pin for UART0 or UART1

Implementors§

source§

impl<P, UART: UartDevice> ValidPinCts<UART> for ValidatedPinCts<P, UART>

source§

impl<T, U: UartDevice> ValidPinCts<U> for T
where T: AnyPin<Function = FunctionUart>, T::Id: ValidPinIdCts<U>,