[][src]Enum tm4c123x::uart0::ifls::RX_A

pub enum RX_A {
    RX1_8,
    RX2_8,
    RX4_8,
    RX6_8,
    RX7_8,
}

UART Receive Interrupt FIFO Level Select

Value on reset: 0

Variants

RX1_8

0: RX FIFO >= 1/8 full

RX2_8

1: RX FIFO >= 1/4 full

RX4_8

2: RX FIFO >= 1/2 full (default)

RX6_8

3: RX FIFO >= 3/4 full

RX7_8

4: RX FIFO >= 7/8 full

Trait Implementations

impl From<RX_A> for u8[src]

impl Debug for RX_A[src]

impl PartialEq<RX_A> for RX_A[src]

impl Copy for RX_A[src]

impl StructuralPartialEq for RX_A[src]

impl Clone for RX_A[src]

Auto Trait Implementations

impl Unpin for RX_A

impl Send for RX_A

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