[][src]Enum rv32m1_ri5cy_pac::lpuart0::fifo::TXFLUSH_AW

pub enum TXFLUSH_AW {
    TXFLUSH_0,
    TXFLUSH_1,
}

Transmit FIFO/Buffer Flush

Value on reset: 0

Variants

TXFLUSH_0

0: No flush operation occurs.

TXFLUSH_1

1: All data in the transmit FIFO/Buffer is cleared out.

Trait Implementations

impl From<TXFLUSH_AW> for bool[src]

impl PartialEq<TXFLUSH_AW> for TXFLUSH_AW[src]

impl Debug for TXFLUSH_AW[src]

impl Copy for TXFLUSH_AW[src]

impl Clone for TXFLUSH_AW[src]

Auto Trait Implementations

impl Unpin for TXFLUSH_AW

impl Send for TXFLUSH_AW

impl Sync for TXFLUSH_AW

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]