[][src]Enum imxrt1062_adc1::gc::ACFGT_A

pub enum ACFGT_A {
    ACFGT_0,
    ACFGT_1,
}

Compare Function Greater Than Enable

Value on reset: 0

Variants

ACFGT_0

0: Configures "Less Than Threshold, Outside Range Not Inclusive and Inside Range Not Inclusive" functionality based on the values placed in the ADC_CV register.

ACFGT_1

1: Configures "Greater Than Or Equal To Threshold, Outside Range Inclusive and Inside Range Inclusive" functionality based on the values placed in the ADC_CV registers.

Trait Implementations

impl Clone for ACFGT_A[src]

impl Copy for ACFGT_A[src]

impl Debug for ACFGT_A[src]

impl From<ACFGT_A> for bool[src]

impl PartialEq<ACFGT_A> for ACFGT_A[src]

impl StructuralPartialEq for ACFGT_A[src]

Auto Trait Implementations

impl Send for ACFGT_A

impl Sync for ACFGT_A

impl Unpin for ACFGT_A

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, 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.