[−][src]Enum lpc55_pac::adc0::tstat::TCOMP_FLAG_A
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
0: No triggers have been completed. Trigger completion interrupts are disabled.
1: Trigger 0 has been completed and triger 0 has enabled completion interrupts.
2: Trigger 1 has been completed and triger 1 has enabled completion interrupts.
3: Associated trigger sequence has completed and has enabled completion interrupts.
4: Associated trigger sequence has completed and has enabled completion interrupts.
5: Associated trigger sequence has completed and has enabled completion interrupts.
6: Associated trigger sequence has completed and has enabled completion interrupts.
7: Associated trigger sequence has completed and has enabled completion interrupts.
8: Associated trigger sequence has completed and has enabled completion interrupts.
9: Associated trigger sequence has completed and has enabled completion interrupts.
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
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
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][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,