Enum efr32xg12p::usart0::timecmp2::TSTOPR [] [src]

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

Possible values of the field TSTOP

Variants

Comparator 2 is disabled when the counter equals TCMPVAL and triggers a TCMP2 event

Comparator 2 is disabled at TX start TX Engine

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

Comparator 2 is disabled on RX going Inactive

Reserved

Methods

impl TSTOPR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is TCMP2

[src]

Checks if the value of the field is TXST

[src]

Checks if the value of the field is RXACT

[src]

Checks if the value of the field is RXACTN

Trait Implementations

impl Clone for TSTOPR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for TSTOPR
[src]

impl Debug for TSTOPR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for TSTOPR
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.