Enum efm32gg11b::uart0::timing::CSSETUP_A[][src]

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

Chip Select Setup

Value on reset: 0

Variants

ZERO

0: CS is not asserted before start of transmission

ONE

1: CS is asserted for 1 baud-times before start of transmission

TWO

2: CS is asserted for 2 baud-times before start of transmission

THREE

3: CS is asserted for 3 baud-times before start of transmission

SEVEN

4: CS is asserted for 7 baud-times before start of transmission

TCMP0

5: CS is asserted before the start of transmission for TCMPVAL0 baud-times

TCMP1

6: CS is asserted before the start of transmission for TCMPVAL1 baud-times

TCMP2

7: CS is asserted before the start 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.