[][src]Enum efm32pg12_pac::csen::scaninputsel0::INPUT0TO7SEL_A

pub enum INPUT0TO7SEL_A {
    APORT1CH0TO7,
    APORT1CH8TO15,
    APORT1CH16TO23,
    APORT1CH24TO31,
    APORT3CH0TO7,
    APORT3CH8TO15,
    APORT3CH16TO23,
    APORT3CH24TO31,
}

CSEN_INPUT0-7 Select

Value on reset: 0

Variants

APORT1CH0TO7

4: 100

APORT1CH8TO15

5: 101

APORT1CH16TO23

6: 110

APORT1CH24TO31

7: 111

APORT3CH0TO7

12: 1100

APORT3CH8TO15

13: 1101

APORT3CH16TO23

14: 1110

APORT3CH24TO31

15: 1111

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