[][src]Struct esp32_hal::analog::ADC2

pub struct ADC2 { /* fields omitted */ }

Trait Implementations

impl Channel<ADC2> for Gpio4<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC2> for Gpio0<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC2> for Gpio2<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC2> for Gpio15<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC2> for Gpio13<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC2> for Gpio12<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC2> for Gpio14<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC2> for Gpio27<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC2> for Gpio25<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC2> for Gpio26<Analog>[src]

type ID = u8

Channel ID type Read more

impl<WORD, PIN> OneShot<ADC2, WORD, PIN> for ADC<ADC2> where
    WORD: From<u16>,
    PIN: Channel<ADC2, ID = u8>, 
[src]

type Error = ()

Error type returned by ADC methods

Auto Trait Implementations

impl Send for ADC2

impl Sync for ADC2

impl Unpin for ADC2

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, 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.