[][src]Struct esp32_hal::analog::ADC1

pub struct ADC1 { /* fields omitted */ }

Trait Implementations

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

type ID = u8

Channel ID type Read more

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

type ID = u8

Channel ID type Read more

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

type ID = u8

Channel ID type Read more

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

type ID = u8

Channel ID type Read more

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

type ID = u8

Channel ID type Read more

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

type ID = u8

Channel ID type Read more

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

type ID = u8

Channel ID type Read more

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

type ID = u8

Channel ID type Read more

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

type Error = ()

Error type returned by ADC methods

Auto Trait Implementations

impl Send for ADC1

impl Sync for ADC1

impl Unpin for ADC1

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.