[][src]Enum lpc55_pac::adc0::tstat::TCOMP_FLAG_A

[]
#[repr(u16)]pub enum TCOMP_FLAG_A {
    TCOMP_FLAG_0,
    TCOMP_FLAG_1,
    TCOMP_FLAG_2,
    TCOMP_FLAG_3,
    TCOMP_FLAG_4,
    TCOMP_FLAG_5,
    TCOMP_FLAG_6,
    TCOMP_FLAG_7,
    TCOMP_FLAG_8,
    TCOMP_FLAG_9,
    TCOMP_FLAG_65535,
}
[]

Trigger Completion Flag

Value on reset: 0

Variants

TCOMP_FLAG_0
[]

0: No triggers have been completed. Trigger completion interrupts are disabled.

TCOMP_FLAG_1
[]

1: Trigger 0 has been completed and triger 0 has enabled completion interrupts.

TCOMP_FLAG_2
[]

2: Trigger 1 has been completed and triger 1 has enabled completion interrupts.

TCOMP_FLAG_3
[]

3: Associated trigger sequence has completed and has enabled completion interrupts.

TCOMP_FLAG_4
[]

4: Associated trigger sequence has completed and has enabled completion interrupts.

TCOMP_FLAG_5
[]

5: Associated trigger sequence has completed and has enabled completion interrupts.

TCOMP_FLAG_6
[]

6: Associated trigger sequence has completed and has enabled completion interrupts.

TCOMP_FLAG_7
[]

7: Associated trigger sequence has completed and has enabled completion interrupts.

TCOMP_FLAG_8
[]

8: Associated trigger sequence has completed and has enabled completion interrupts.

TCOMP_FLAG_9
[]

9: Associated trigger sequence has completed and has enabled completion interrupts.

TCOMP_FLAG_65535
[]

65535: Every trigger sequence has been completed and every trigger has enabled completion interrupts.

Trait Implementations

impl Clone for TCOMP_FLAG_A[src][+]

impl Copy for TCOMP_FLAG_A[src]

impl Debug for TCOMP_FLAG_A[src][+]

impl From<TCOMP_FLAG_A> for u16[src][+]

impl PartialEq<TCOMP_FLAG_A> for TCOMP_FLAG_A[src][+]

impl StructuralPartialEq for TCOMP_FLAG_A[src]

Auto Trait Implementations

impl Send for TCOMP_FLAG_A

impl Sync for TCOMP_FLAG_A

impl Unpin for TCOMP_FLAG_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> Same<T> for T[src]

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.