[][src]Enum lpc82x_pac::adc0::inten::ADCMPINTEN3_A

pub enum ADCMPINTEN3_A {
    DISABLED,
    OUTSIDE_THRESHOLD,
    CROSSING_THRESHOLD,
}

Channel 3 threshold comparison interrupt enable.

Value on reset: 0

Variants

DISABLED

0: Disabled.

OUTSIDE_THRESHOLD

1: Outside threshold.

CROSSING_THRESHOLD

2: Crossing threshold.

Trait Implementations

impl From<ADCMPINTEN3_A> for u8[src]

impl Debug for ADCMPINTEN3_A[src]

impl PartialEq<ADCMPINTEN3_A> for ADCMPINTEN3_A[src]

impl Copy for ADCMPINTEN3_A[src]

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