Enum imxrt_iomuxc::adc::ADC1[][src]

pub enum ADC1 {}

Indicates an ADC1-compatible pin

Trait Implementations

impl ADC for ADC1[src]

impl Pin<ADC1> for AD_B1_11[src]

This is supported on crate feature imxrt106x only.

type Input = U0

The input pin identifier Read more

impl Pin<ADC1> for AD_B0_12[src]

This is supported on crate feature imxrt106x only.

type Input = U1

The input pin identifier Read more

impl Pin<ADC1> for AD_B1_05[src]

This is supported on crate feature imxrt106x only.

type Input = U10

The input pin identifier Read more

impl Pin<ADC1> for AD_B1_06[src]

This is supported on crate feature imxrt106x only.

type Input = U11

The input pin identifier Read more

impl Pin<ADC1> for AD_B1_07[src]

This is supported on crate feature imxrt106x only.

type Input = U12

The input pin identifier Read more

impl Pin<ADC1> for AD_B1_08[src]

This is supported on crate feature imxrt106x only.

type Input = U13

The input pin identifier Read more

impl Pin<ADC1> for AD_B1_09[src]

This is supported on crate feature imxrt106x only.

type Input = U14

The input pin identifier Read more

impl Pin<ADC1> for AD_B1_10[src]

This is supported on crate feature imxrt106x only.

type Input = U15

The input pin identifier Read more

impl Pin<ADC1> for AD_B0_13[src]

This is supported on crate feature imxrt106x only.

type Input = U2

The input pin identifier Read more

impl Pin<ADC1> for AD_B0_14[src]

This is supported on crate feature imxrt106x only.

type Input = U3

The input pin identifier Read more

impl Pin<ADC1> for AD_B0_15[src]

This is supported on crate feature imxrt106x only.

type Input = U4

The input pin identifier Read more

impl Pin<ADC1> for AD_B1_00[src]

This is supported on crate feature imxrt106x only.

type Input = U5

The input pin identifier Read more

impl Pin<ADC1> for AD_B1_01[src]

This is supported on crate feature imxrt106x only.

type Input = U6

The input pin identifier Read more

impl Pin<ADC1> for AD_B1_02[src]

This is supported on crate feature imxrt106x only.

type Input = U7

The input pin identifier Read more

impl Pin<ADC1> for AD_B1_03[src]

This is supported on crate feature imxrt106x only.

type Input = U8

The input pin identifier Read more

impl Pin<ADC1> for AD_B1_04[src]

This is supported on crate feature imxrt106x only.

type Input = U9

The input pin identifier Read more

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> Same<T> for T[src]

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.