UartRxPin

Trait UartRxPin 

Source
pub trait UartRxPin<REMAP> {
    // Provided method
    fn is_pin(&self) -> bool { ... }
}

Provided Methods§

Source

fn is_pin(&self) -> bool

Implementors§

Source§

impl<PULL: UpMode> UartRxPin<RemapDefault<Periph<RegisterBlock, 1073761280>>> for PC11<Input<PULL>>

Source§

impl<PULL: UpMode> UartRxPin<RemapDefault<Periph<RegisterBlock, 1073762304>>> for PD2<Input<PULL>>

Source§

impl<PULL: UpMode> UartRxPin<RemapDefault<Periph<RegisterBlock, 1073759232>>> for PA3<Input<PULL>>

Source§

impl<PULL: UpMode> UartRxPin<RemapDefault<Periph<RegisterBlock, 1073760256>>> for PB11<Input<PULL>>

Source§

impl<PULL: UpMode> UartRxPin<RemapDefault<Periph<RegisterBlock, 1073821696>>> for PA10<Input<PULL>>

Source§

impl<PULL: UpMode> UartRxPin<RemapFull<Periph<RegisterBlock, 1073759232>>> for PD6<Input<PULL>>

Source§

impl<PULL: UpMode> UartRxPin<RemapFull<Periph<RegisterBlock, 1073760256>>> for PD9<Input<PULL>>

Source§

impl<PULL: UpMode> UartRxPin<RemapFull<Periph<RegisterBlock, 1073821696>>> for PB7<Input<PULL>>

Source§

impl<PULL: UpMode> UartRxPin<RemapPartial1<Periph<RegisterBlock, 1073760256>>> for PC11<Input<PULL>>

Source§

impl<T> UartRxPin<T> for NonePin