Enum efm32gg11b820::usart3::timing::TXDELAYR [] [src]

pub enum TXDELAYR {
    DISABLE,
    ONE,
    TWO,
    THREE,
    SEVEN,
    TCMP0,
    TCMP1,
    TCMP2,
}

Possible values of the field TXDELAY

Variants

Disable - TXDELAY in USARTn_CTRL can be used for legacy

Start of transmission is delayed for 1 baud-times

Start of transmission is delayed for 2 baud-times

Start of transmission is delayed for 3 baud-times

Start of transmission is delayed for 7 baud-times

Start of transmission is delayed for TCMPVAL0 baud-times

Start of transmission is delayed for TCMPVAL1 baud-times

Start of transmission is delayed for TCMPVAL2 baud-times

Methods

impl TXDELAYR
[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 ONE

[src]

Checks if the value of the field is TWO

[src]

Checks if the value of the field is THREE

[src]

Checks if the value of the field is SEVEN

[src]

Checks if the value of the field is TCMP0

[src]

Checks if the value of the field is TCMP1

[src]

Checks if the value of the field is TCMP2

Trait Implementations

impl Clone for TXDELAYR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for TXDELAYR
[src]

impl Debug for TXDELAYR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for TXDELAYR
[src]

[src]

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

1.0.0
[src]

This method tests for !=.