Enum efm32gg11b::usart3::timing::ICS_A[][src]

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

Inter-character Spacing

Value on reset: 0

Variants

ZERO

0: There is no space between charcters

ONE

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

TWO

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

THREE

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

SEVEN

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

TCMP0

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

TCMP1

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

TCMP2

7: Create a space of 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.