Trait rp2040_hal::uart::ValidPinRx

source ·
pub trait ValidPinRx<UART: UartDevice>: Sealed { }
Expand description

Indicates a valid Rx pin for UART0 or UART1

Implementors§

source§

impl<P, UART: UartDevice> ValidPinRx<UART> for ValidatedPinRx<P, UART>

source§

impl<T, U: UartDevice> ValidPinRx<U> for T
where T: AnyPin<Function = FunctionUart>, T::Id: ValidPinIdRx<U>,