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

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

USART request-to-send output

Implementors

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

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

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

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

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

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

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

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

Loading content...