[][src]Enum efm32hg309f64::adc0::status::SCANDATASRC_A

pub enum SCANDATASRC_A {
    CH0,
    CH1,
    CH2,
    CH3,
    CH4,
    CH5,
    CH6,
    CH7,
}

Scan Data Source

Value on reset: 0

Variants

CH0

0: Single ended mode: SCANDATA result originates from ADCn_CH0. Differential mode: SCANDATA result originates from ADCn_CH0-ADCn_CH1

CH1

1: Single ended mode: SCANDATA result originates from ADCn_CH1. Differential mode: SCANDATA result originates from ADCn_CH2_ADCn_CH3

CH2

2: Single ended mode: SCANDATA result originates from ADCn_CH2. Differential mode: SCANDATA result originates from ADCn_CH4-ADCn_CH5

CH3

3: Single ended mode: SCANDATA result originates from ADCn_CH3. Differential mode: SCANDATA result originates from ADCn_CH6-ADCn_CH7

CH4

4: SCANDATA result originates from ADCn_CH4

CH5

5: SCANDATA result originates from ADCn_CH5

CH6

6: SCANDATA result originates from ADCn_CH6

CH7

7: SCANDATA result originates from ADCn_CH7

Trait Implementations

impl From<SCANDATASRC_A> for u8[src]

impl Debug for SCANDATASRC_A[src]

impl PartialEq<SCANDATASRC_A> for SCANDATASRC_A[src]

impl Copy for SCANDATASRC_A[src]

impl StructuralPartialEq for SCANDATASRC_A[src]

impl Clone for SCANDATASRC_A[src]

Auto Trait Implementations

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

type Output = T

Should always be Self