[][src]Enum efr32xg1::usart0::timecmp1::TSTOPR

pub enum TSTOPR {
    TCMP1,
    TXST,
    RXACT,
    RXACTN,
    _Reserved(u8),
}

Possible values of the field TSTOP

Variants

TCMP1

Comparator 1 is disabled when the counter equals TCMPVAL and triggers a TCMP1 event

TXST

Comparator 1 is disabled at TX start TX Engine

RXACT

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

RXACTN

Comparator 1 is disabled on RX going Inactive

_Reserved(u8)

Reserved

Methods

impl TSTOPR
[src]

pub fn bits(&self) -> u8
[src]

Value of the field as raw bits

pub fn is_tcmp1(&self) -> bool
[src]

Checks if the value of the field is TCMP1

pub fn is_txst(&self) -> bool
[src]

Checks if the value of the field is TXST

pub fn is_rxact(&self) -> bool
[src]

Checks if the value of the field is RXACT

pub fn is_rxactn(&self) -> bool
[src]

Checks if the value of the field is RXACTN

Trait Implementations

impl Copy for TSTOPR
[src]

impl PartialEq<TSTOPR> for TSTOPR
[src]

impl Clone for TSTOPR
[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for TSTOPR
[src]

Auto Trait Implementations

impl Send for TSTOPR

impl Sync for TSTOPR

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]