[][src]Enum efm32pg12_pac::usart0::timecmp0::TSTOP_A

pub enum TSTOP_A {
    TCMP0,
    TXST,
    RXACT,
    RXACTN,
}

Source Used to Disable Comparator 0

Value on reset: 0

Variants

TCMP0

0: Comparator 0 is disabled when the counter equals TCMPVAL and triggers a TCMP0 event

TXST

1: Comparator 0 is disabled at the start of transmission

RXACT

2: Comparator 0 is disabled on RX going going Active (default: low)

RXACTN

3: Comparator 0 is disabled on RX going Inactive

Trait Implementations

impl From<TSTOP_A> for u8[src]

impl Debug for TSTOP_A[src]

impl PartialEq<TSTOP_A> for TSTOP_A[src]

impl Copy for TSTOP_A[src]

impl StructuralPartialEq for TSTOP_A[src]

impl Clone for TSTOP_A[src]

Auto Trait Implementations

impl Unpin for TSTOP_A

impl Send for TSTOP_A

impl Sync for TSTOP_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