[][src]Struct esp32_hal::gpio::Gpio37

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

Pin

Implementations

impl<MODE> Gpio37<MODE>[src]

impl<MODE> Gpio37<MODE>[src]

Trait Implementations

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

type ID = u8

Channel ID type Read more

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

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

type Error = Infallible

Error type

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

type Error = Infallible

Error type

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

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

Auto Trait Implementations

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

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

impl<MODE> Unpin for Gpio37<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.