[][src]Enum efm32pg12_pac::usart0::timing::ICS_A

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

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

impl From<ICS_A> for u8[src]

impl Debug for ICS_A[src]

impl PartialEq<ICS_A> for ICS_A[src]

impl Copy for ICS_A[src]

impl StructuralPartialEq for ICS_A[src]

impl Clone for ICS_A[src]

Auto Trait Implementations

impl Unpin for ICS_A

impl Send for ICS_A

impl Sync for ICS_A

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self