Enum efr32x12p::usart3::timing::ICSR [] [src]

pub enum ICSR {
    ZERO,
    ONE,
    TWO,
    THREE,
    SEVEN,
    TCMP0,
    TCMP1,
    TCMP2,
}

Possible values of the field ICS

Variants

There is no space between charcters

Create a space of 1 baud-times before start of transmission

Create a space of 2 baud-times before start of transmission

Create a space of 3 baud-times before start of transmission

Create a space of 7 baud-times before start of transmission

Create a space of before the start of transmission for TCMPVAL0 baud-times

Create a space of before the start of transmission for TCMPVAL1 baud-times

Create a space of before the start of transmission for TCMPVAL2 baud-times

Methods

impl ICSR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is ZERO

[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 ICSR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ICSR
[src]

impl Debug for ICSR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for ICSR
[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 !=.