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

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

Possible values of the field CSHOLD

Variants

Disable CS being asserted after the end of transmission

CS is asserted for 1 baud-times after the end of transmission

CS is asserted for 2 baud-times after the end of transmission

CS is asserted for 3 baud-times after the end of transmission

CS is asserted for 7 baud-times after the end of transmission

CS is asserted after the end of transmission for TCMPVAL0 baud-times

CS is asserted after the end of transmission for TCMPVAL1 baud-times

CS is asserted after the end of transmission for TCMPVAL2 baud-times

Methods

impl CSHOLDR
[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 CSHOLDR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CSHOLDR
[src]

impl Debug for CSHOLDR
[src]

[src]

Formats the value using the given formatter.

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