Enum efm32gg11b::usart5::timing::CSHOLD_A[][src]

#[repr(u8)]
pub enum CSHOLD_A {
    ZERO,
    ONE,
    TWO,
    THREE,
    SEVEN,
    TCMP0,
    TCMP1,
    TCMP2,
}
Expand description

Chip Select Hold

Value on reset: 0

Variants

ZERO

0: Disable CS being asserted after the end of transmission

ONE

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

TWO

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

THREE

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

SEVEN

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

TCMP0

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

TCMP1

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

TCMP2

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

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.