[][src]Enum efm32gg11b820::usart1::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 Debug 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

Auto Trait Implementations

impl Send for TSTOPR

impl Sync for TSTOPR

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto 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, 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]

impl<T> Same for T

type Output = T

Should always be Self