[][src]Enum efm32gg11b820::usart1::timing::TXDELAY_A

#[repr(u8)]pub enum TXDELAY_A {
    DISABLE,
    ONE,
    TWO,
    THREE,
    SEVEN,
    TCMP0,
    TCMP1,
    TCMP2,
}

TX Frame Start Delay

Value on reset: 0

Variants

DISABLE

0: Disable - TXDELAY in USARTn_CTRL can be used for legacy

ONE

1: Start of transmission is delayed for 1 baud-times

TWO

2: Start of transmission is delayed for 2 baud-times

THREE

3: Start of transmission is delayed for 3 baud-times

SEVEN

4: Start of transmission is delayed for 7 baud-times

TCMP0

5: Start of transmission is delayed for TCMPVAL0 baud-times

TCMP1

6: Start of transmission is delayed for TCMPVAL1 baud-times

TCMP2

7: Start of transmission is delayed for TCMPVAL2 baud-times

Trait Implementations

impl Clone for TXDELAY_A[src]

impl Copy for TXDELAY_A[src]

impl Debug for TXDELAY_A[src]

impl From<TXDELAY_A> for u8[src]

impl PartialEq<TXDELAY_A> for TXDELAY_A[src]

impl StructuralPartialEq for TXDELAY_A[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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> 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.