[][src]Enum lpc55s6x_pac::adc0::cmdl7::ADCHW

pub enum ADCHW {
    ADCH_0,
    ADCH_1,
    ADCH_2,
    ADCH_3,
    ADCH_4,
    ADCH_5,
    ADCH_6,
    ADCH_7,
    ADCH_8,
    ADCH_9,
    ADCH_30,
    ADCH_31,
}
[]

Values that can be written to the field ADCH

Variants

ADCH_0
[]

Select CH0A or CH0B or CH0A/CH0B pair.

ADCH_1
[]

Select CH1A or CH1B or CH1A/CH1B pair.

ADCH_2
[]

Select CH2A or CH2B or CH2A/CH2B pair.

ADCH_3
[]

Select CH3A or CH3B or CH3A/CH3B pair.

ADCH_4
[]

Select corresponding channel CHnA or CHnB or CHnA/CHnB pair.

ADCH_5
[]

Select corresponding channel CHnA or CHnB or CHnA/CHnB pair.

ADCH_6
[]

Select corresponding channel CHnA or CHnB or CHnA/CHnB pair.

ADCH_7
[]

Select corresponding channel CHnA or CHnB or CHnA/CHnB pair.

ADCH_8
[]

Select corresponding channel CHnA or CHnB or CHnA/CHnB pair.

ADCH_9
[]

Select corresponding channel CHnA or CHnB or CHnA/CHnB pair.

ADCH_30
[]

Select CH30A or CH30B or CH30A/CH30B pair.

ADCH_31
[]

Select CH31A or CH31B or CH31A/CH31B pair.

Auto Trait Implementations

impl Send for ADCHW

impl Sync for ADCHW

Blanket Implementations

impl<T> From<T> for 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> Into<U> for T where
    U: From<T>, 
[src][+]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src][+]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src][+]

impl<T> Any for T where
    T: 'static + ?Sized
[src][+]

impl<T> Same<T> for T[src]

type Output = T

Should always be Self