[][src]Enum efm32pg12_pac::adc0::scannegsel::INPUT15NEGSEL_A

#[repr(u8)]
pub enum INPUT15NEGSEL_A {
    INPUT8,
    INPUT10,
    INPUT12,
    INPUT14,
}

Negative Input Select Register for ADCn_INPUT15 in Differential Scan Mode

Value on reset: 0

Variants

INPUT8

0: Selects ADCn_INPUT8 as negative channel input

INPUT10

1: Selects ADCn_INPUT10 as negative channel input

INPUT12

2: Selects ADCn_INPUT12 as negative channel input

INPUT14

3: Selects ADCn_INPUT14 as negative channel input

Trait Implementations

impl Clone for INPUT15NEGSEL_A[src]

impl Copy for INPUT15NEGSEL_A[src]

impl Debug for INPUT15NEGSEL_A[src]

impl From<INPUT15NEGSEL_A> for u8[src]

impl PartialEq<INPUT15NEGSEL_A> for INPUT15NEGSEL_A[src]

impl StructuralPartialEq for INPUT15NEGSEL_A[src]

Auto Trait Implementations

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

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.