Trait stm32f407g_disc::hal::digital::v2::InputPin[][src]

pub trait InputPin {
    type Error;
    pub fn is_high(&self) -> Result<bool, Self::Error>;
pub fn is_low(&self) -> Result<bool, Self::Error>; }

Single digital input pin

This trait is available if embedded-hal is built with the "unproven" feature.

Associated Types

type Error[src]

Error type

Loading content...

Required methods

pub fn is_high(&self) -> Result<bool, Self::Error>[src]

Is the input pin high?

pub fn is_low(&self) -> Result<bool, Self::Error>[src]

Is the input pin low?

Loading content...

Implementors

impl<MODE> InputPin for PA0<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PA0<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PA1<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PA1<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PA2<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PA2<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PA3<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PA3<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PA4<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PA4<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PA5<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PA5<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PA6<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PA6<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PA7<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PA7<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PA8<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PA8<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PA9<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PA9<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PA10<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PA10<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PA11<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PA11<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PA12<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PA12<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PA13<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PA13<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PA14<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PA14<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PA15<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PA15<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PA<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PA<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PB0<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PB0<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PB1<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PB1<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PB2<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PB2<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PB3<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PB3<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PB4<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PB4<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PB5<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PB5<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PB6<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PB6<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PB7<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PB7<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PB8<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PB8<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PB9<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PB9<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PB10<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PB10<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PB11<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PB11<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PB12<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PB12<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PB13<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PB13<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PB14<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PB14<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PB15<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PB15<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PB<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PB<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PC0<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PC0<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PC1<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PC1<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PC2<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PC2<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PC3<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PC3<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PC4<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PC4<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PC5<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PC5<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PC6<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PC6<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PC7<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PC7<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PC8<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PC8<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PC9<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PC9<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PC10<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PC10<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PC11<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PC11<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PC12<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PC12<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PC13<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PC13<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PC14<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PC14<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PC15<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PC15<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PC<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PC<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PD0<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PD0<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PD1<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PD1<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PD2<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PD2<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PD3<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PD3<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PD4<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PD4<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PD5<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PD5<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PD6<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PD6<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PD7<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PD7<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PD8<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PD8<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PD9<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PD9<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PD10<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PD10<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PD11<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PD11<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PD12<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PD12<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PD13<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PD13<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PD14<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PD14<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PD15<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PD15<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PD<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PD<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PE0<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PE0<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PE1<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PE1<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PE2<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PE2<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PE3<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PE3<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PE4<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PE4<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PE5<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PE5<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PE6<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PE6<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PE7<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PE7<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PE8<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PE8<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PE9<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PE9<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PE10<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PE10<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PE11<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PE11<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PE12<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PE12<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PE13<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PE13<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PE14<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PE14<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PE15<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PE15<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PE<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PE<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PF0<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PF0<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PF1<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PF1<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PF2<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PF2<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PF3<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PF3<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PF4<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PF4<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PF5<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PF5<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PF6<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PF6<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PF7<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PF7<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PF8<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PF8<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PF9<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PF9<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PF10<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PF10<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PF11<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PF11<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PF12<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PF12<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PF13<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PF13<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PF14<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PF14<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PF15<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PF15<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PF<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PF<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PG0<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PG0<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PG1<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PG1<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PG2<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PG2<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PG3<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PG3<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PG4<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PG4<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PG5<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PG5<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PG6<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PG6<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PG7<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PG7<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PG8<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PG8<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PG9<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PG9<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PG10<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PG10<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PG11<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PG11<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PG12<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PG12<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PG13<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PG13<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PG14<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PG14<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PG15<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PG15<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PG<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PG<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PH0<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PH0<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PH1<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PH1<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PH2<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PH2<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PH3<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PH3<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PH4<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PH4<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PH5<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PH5<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PH6<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PH6<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PH7<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PH7<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PH8<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PH8<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PH9<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PH9<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PH10<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PH10<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PH11<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PH11<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PH12<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PH12<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PH13<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PH13<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PH14<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PH14<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PH15<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PH15<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PH<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PH<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PI0<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PI0<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PI1<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PI1<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PI2<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PI2<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PI3<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PI3<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PI4<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PI4<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PI5<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PI5<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PI6<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PI6<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PI7<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PI7<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PI8<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PI8<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PI9<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PI9<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PI10<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PI10<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PI11<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PI11<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PI12<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PI12<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PI13<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PI13<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PI14<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PI14<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PI15<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PI15<Output<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PI<Input<MODE>>[src]

type Error = Infallible

impl<MODE> InputPin for PI<Output<MODE>>[src]

type Error = Infallible

impl<T> InputPin for T where
    T: InputPin
[src]

Implementation of fallible v2::InputPin for v1::InputPin digital traits

type Error = ()

Loading content...