[][src]Enum efm32pg12_pac::pcnt0::ctrl::TCCCOMP_A

pub enum TCCCOMP_A {
    LTOE,
    GTOE,
    RANGE,
}

Triggered Compare and Clear Compare Mode

Value on reset: 0

Variants

LTOE

0: Compare match if PCNT_CNT is less than, or equal to PCNT_TOP.

GTOE

1: Compare match if PCNT_CNT is greater than or equal to PCNT_TOP.

RANGE

2: Compare match if PCNT_CNT is less than, or equal to PCNT_TOP[15:8]], and greater than, or equal to PCNT_TOP[7:0].

Trait Implementations

impl From<TCCCOMP_A> for u8[src]

impl Debug for TCCCOMP_A[src]

impl PartialEq<TCCCOMP_A> for TCCCOMP_A[src]

impl Copy for TCCCOMP_A[src]

impl StructuralPartialEq for TCCCOMP_A[src]

impl Clone for TCCCOMP_A[src]

Auto Trait Implementations

impl Unpin for TCCCOMP_A

impl Send for TCCCOMP_A

impl Sync for TCCCOMP_A

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