[][src]Enum lpc54606_pac::adc0::chan_thrsel::CH0_THRSEL_A

pub enum CH0_THRSEL_A {
    THRESHOLD0,
    THRESHOLD1,
}

Threshold select for channel 0.

Value on reset: 0

Variants

THRESHOLD0

0: Threshold 0. Results for this channel will be compared against the threshold levels indicated in the THR0_LOW and THR0_HIGH registers.

THRESHOLD1

1: Threshold 1. Results for this channel will be compared against the threshold levels indicated in the THR1_LOW and THR1_HIGH registers.

Trait Implementations

impl Clone for CH0_THRSEL_A[src]

impl Copy for CH0_THRSEL_A[src]

impl Debug for CH0_THRSEL_A[src]

impl From<CH0_THRSEL_A> for bool[src]

impl PartialEq<CH0_THRSEL_A> for CH0_THRSEL_A[src]

impl StructuralPartialEq for CH0_THRSEL_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.