Enum imxrt_hal::iomuxc::adc::ADC2[][src]

pub enum ADC2 {}

Indicates an ADC2-compatible pin

Trait Implementations

impl ADC for ADC2[src]

impl Pin<ADC2> for Pad<AD_B1, UInt<UInt<UTerm, B1>, B1>>[src]

type Input = UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>

The input pin identifier Read more

impl Pin<ADC2> for Pad<AD_B1, UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>>[src]

type Input = UInt<UInt<UTerm, B1>, B0>

The input pin identifier Read more

impl Pin<ADC2> for Pad<AD_B1, UInt<UTerm, B1>>[src]

type Input = UInt<UInt<UInt<UTerm, B1>, B1>, B0>

The input pin identifier Read more

impl Pin<ADC2> for Pad<AD_B1, UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B1>, B0>>[src]

type Input = UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B1>, B1>

The input pin identifier Read more

impl Pin<ADC2> for Pad<AD_B1, UTerm>[src]

type Input = UInt<UInt<UInt<UTerm, B1>, B0>, B1>

The input pin identifier Read more

impl Pin<ADC2> for Pad<AD_B1, UInt<UInt<UInt<UTerm, B1>, B1>, B0>>[src]

type Input = UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B1>, B1>

The input pin identifier Read more

impl Pin<ADC2> for Pad<AD_B1, UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>>[src]

type Input = UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B1>

The input pin identifier Read more

impl Pin<ADC2> for Pad<AD_B1, UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B1>, B1>>[src]

type Input = UTerm

The input pin identifier Read more

impl Pin<ADC2> for Pad<AD_B1, UInt<UInt<UInt<UTerm, B1>, B0>, B1>>[src]

type Input = UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B1>, B0>

The input pin identifier Read more

impl Pin<ADC2> for Pad<AD_B1, UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B1>, B1>>[src]

type Input = UInt<UInt<UInt<UTerm, B1>, B0>, B0>

The input pin identifier Read more

impl Pin<ADC2> for Pad<AD_B1, UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B1>>[src]

type Input = UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B1>, B0>

The input pin identifier Read more

impl Pin<ADC2> for Pad<AD_B1, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>[src]

type Input = UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B1>

The input pin identifier Read more

impl Pin<ADC2> for Pad<AD_B1, UInt<UInt<UInt<UTerm, B1>, B1>, B1>>[src]

type Input = UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B0>

The input pin identifier Read more

impl Pin<ADC2> for Pad<AD_B1, UInt<UInt<UTerm, B1>, B0>>[src]

type Input = UInt<UInt<UInt<UTerm, B1>, B1>, B1>

The input pin identifier Read more

impl Pin<ADC2> for Pad<AD_B1, UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B1>, B0>>[src]

type Input = UInt<UInt<UTerm, B1>, B1>

The input pin identifier Read more

impl Pin<ADC2> for Pad<AD_B1, UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B0>>[src]

type Input = UInt<UTerm, B1>

The input pin identifier Read more

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> Same<T> for T

type Output = T

Should always be Self

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.