[][src]Enum efm32pg12_pac::adc0::scaninputsel::INPUT0TO7SEL_A

pub enum INPUT0TO7SEL_A {
    APORT0CH0TO7,
    APORT0CH8TO15,
    APORT1CH0TO7,
    APORT1CH8TO15,
    APORT1CH16TO23,
    APORT1CH24TO31,
    APORT2CH0TO7,
    APORT2CH8TO15,
    APORT2CH16TO23,
    APORT2CH24TO31,
    APORT3CH0TO7,
    APORT3CH8TO15,
    APORT3CH16TO23,
    APORT3CH24TO31,
    APORT4CH0TO7,
    APORT4CH8TO15,
    APORT4CH16TO23,
    APORT4CH24TO31,
}

Inputs Chosen for ADCn_INPUT7-ADCn_INPUT0 as Referred in SCANMASK

Value on reset: 0

Variants

APORT0CH0TO7

0: 0

APORT0CH8TO15

1: 1

APORT1CH0TO7

4: 100

APORT1CH8TO15

5: 101

APORT1CH16TO23

6: 110

APORT1CH24TO31

7: 111

APORT2CH0TO7

8: 1000

APORT2CH8TO15

9: 1001

APORT2CH16TO23

10: 1010

APORT2CH24TO31

11: 1011

APORT3CH0TO7

12: 1100

APORT3CH8TO15

13: 1101

APORT3CH16TO23

14: 1110

APORT3CH24TO31

15: 1111

APORT4CH0TO7

16: 10000

APORT4CH8TO15

17: 10001

APORT4CH16TO23

18: 10010

APORT4CH24TO31

19: 10011

Trait Implementations

impl From<INPUT0TO7SEL_A> for u8[src]

impl Debug for INPUT0TO7SEL_A[src]

impl PartialEq<INPUT0TO7SEL_A> for INPUT0TO7SEL_A[src]

impl Copy for INPUT0TO7SEL_A[src]

impl StructuralPartialEq for INPUT0TO7SEL_A[src]

impl Clone for INPUT0TO7SEL_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