[][src]Enum tm4c129x::uart0::ifls::TX_A

pub enum TX_A {
    TX1_8,
    TX2_8,
    TX4_8,
    TX6_8,
    TX7_8,
}

UART Transmit Interrupt FIFO Level Select

Value on reset: 0

Variants

TX1_8

0: TX FIFO <= 1/8 full

TX2_8

1: TX FIFO <= 1/4 full

TX4_8

2: TX FIFO <= 1/2 full (default)

TX6_8

3: TX FIFO <= 3/4 full

TX7_8

4: TX FIFO <= 7/8 full

Trait Implementations

impl From<TX_A> for u8[src]

impl Debug for TX_A[src]

impl PartialEq<TX_A> for TX_A[src]

impl Copy for TX_A[src]

impl StructuralPartialEq for TX_A[src]

impl Clone for TX_A[src]

Auto Trait Implementations

impl Unpin for TX_A

impl Send for TX_A

impl Sync for TX_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