Trait rp2040_hal::uart::ValidPinTx

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

Indicates a valid Tx pin for UART0 or UART1

Implementors§

source§

impl<P, UART: UartDevice> ValidPinTx<UART> for ValidatedPinTx<P, UART>

source§

impl<T, U: UartDevice> ValidPinTx<U> for T
where T: AnyPin<Function = FunctionUart>, T::Id: ValidPinIdTx<U>,