Enum efr32xg12p::usart0::timecmp0::TSTARTR [] [src]

pub enum TSTARTR {
    DISABLE,
    TXEOF,
    TXC,
    RXACT,
    RXEOF,
    _Reserved(u8),
}

Possible values of the field TSTART

Variants

Comparator 0 is disabled

Comparator 0 and timer are started at TX end of frame

Comparator 0 and timer are started at TX Complete

Comparator 0 and timer are started at RX going Active (default: low)

Comparator 0 and timer are started at RX end of frame

Reserved

Methods

impl TSTARTR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is DISABLE

[src]

Checks if the value of the field is TXEOF

[src]

Checks if the value of the field is TXC

[src]

Checks if the value of the field is RXACT

[src]

Checks if the value of the field is RXEOF

Trait Implementations

impl Clone for TSTARTR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for TSTARTR
[src]

impl Debug for TSTARTR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for TSTARTR
[src]

[src]

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

[src]

This method tests for !=.