[][src]Trait lpc55s6x_hal::typestates::pin::flexcomm::UsartRxPin

pub trait UsartRxPin<PIO, USART> where
    PIO: PinId,
    USART: Usart
{ }

USART receiver input

Implementors

impl<PIO: PinId> UsartRxPin<PIO, Usart0<Enabled<()>>> for Pin<PIO, Special<FC0_RXD_SDA_MOSI_DATA>>[src]

impl<PIO: PinId> UsartRxPin<PIO, Usart1<Enabled<()>>> for Pin<PIO, Special<FC1_RXD_SDA_MOSI_DATA>>[src]

impl<PIO: PinId> UsartRxPin<PIO, Usart2<Enabled<()>>> for Pin<PIO, Special<FC2_RXD_SDA_MOSI_DATA>>[src]

impl<PIO: PinId> UsartRxPin<PIO, Usart3<Enabled<()>>> for Pin<PIO, Special<FC3_RXD_SDA_MOSI_DATA>>[src]

impl<PIO: PinId> UsartRxPin<PIO, Usart4<Enabled<()>>> for Pin<PIO, Special<FC4_RXD_SDA_MOSI_DATA>>[src]

impl<PIO: PinId> UsartRxPin<PIO, Usart5<Enabled<()>>> for Pin<PIO, Special<FC5_RXD_SDA_MOSI_DATA>>[src]

impl<PIO: PinId> UsartRxPin<PIO, Usart6<Enabled<()>>> for Pin<PIO, Special<FC6_RXD_SDA_MOSI_DATA>>[src]

impl<PIO: PinId> UsartRxPin<PIO, Usart7<Enabled<()>>> for Pin<PIO, Special<FC7_RXD_SDA_MOSI_DATA>>[src]

impl<USART: Usart> UsartRxPin<NoPio, USART> for NoRx[src]

Loading content...