[][src]Enum efm32hg309f64::acmp0::inputsel::NEGSEL_A

pub enum NEGSEL_A {
    CH0,
    CH1,
    CH2,
    CH3,
    CH4,
    CH5,
    CH6,
    CH7,
    _1V25,
    _2V5,
    VDD,
    CAPSENSE,
}

Negative Input Select

Value on reset: 8

Variants

CH0

0: Channel 0 as negative input.

CH1

1: Channel 1 as negative input.

CH2

2: Channel 2 as negative input.

CH3

3: Channel 3 as negative input.

CH4

4: Channel 4 as negative input.

CH5

5: Channel 5 as negative input.

CH6

6: Channel 6 as negative input.

CH7

7: Channel 7 as negative input.

_1V25

8: 1.25 V as negative input.

_2V5

9: 2.5 V as negative input.

VDD

10: Scaled VDD as negative input.

CAPSENSE

11: Capacitive sense mode.

Trait Implementations

impl From<NEGSEL_A> for u8[src]

impl Debug for NEGSEL_A[src]

impl PartialEq<NEGSEL_A> for NEGSEL_A[src]

impl Copy for NEGSEL_A[src]

impl StructuralPartialEq for NEGSEL_A[src]

impl Clone for NEGSEL_A[src]

Auto Trait Implementations

impl Unpin for NEGSEL_A

impl Send for NEGSEL_A

impl Sync for NEGSEL_A

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