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

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

USART clear-to-send input

Implementors

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

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

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

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

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

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

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

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

Loading content...