[][src]Struct esp32_hal::gpio::Gpio34

pub struct Gpio34<MODE> { /* fields omitted */ }

Pin

Implementations

impl<MODE> Gpio34<MODE>[src]

impl<MODE> Gpio34<MODE>[src]

Trait Implementations

impl Channel<ADC1> for Gpio34<Analog>[src]

type ID = u8

Channel ID type Read more

impl<MODE> InputPin for Gpio34<MODE>[src]

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

type Error = Infallible

Error type

impl<MODE> InputPin for Gpio34<RTCInput<MODE>>[src]

type Error = Infallible

Error type

impl<MODE> Pin for Gpio34<MODE>[src]

impl<MODE> RTCInputPin for Gpio34<MODE>[src]

Auto Trait Implementations

impl<MODE> Send for Gpio34<MODE> where
    MODE: Send

impl<MODE> Sync for Gpio34<MODE> where
    MODE: Sync

impl<MODE> Unpin for Gpio34<MODE> where
    MODE: Unpin

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

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

type Error = ()

Error type

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.