[][src]Enum xmc4800::usic0_ch0::trbscr::FLUSHRB_AW

pub enum FLUSHRB_AW {
    VALUE1,
    VALUE2,
}

Flush Receive Buffer

Value on reset: 0

Variants

VALUE1

0: No effect.

VALUE2

1: The receive FIFO buffer is cleared (filling level is cleared and output pointer is set to input pointer value). Should only be used while the FIFO buffer is not taking part in data traffic.

Trait Implementations

impl From<FLUSHRB_AW> for bool[src]

impl PartialEq<FLUSHRB_AW> for FLUSHRB_AW[src]

impl Debug for FLUSHRB_AW[src]

impl Copy for FLUSHRB_AW[src]

impl Clone for FLUSHRB_AW[src]

Auto Trait Implementations

impl Unpin for FLUSHRB_AW

impl Send for FLUSHRB_AW

impl Sync for FLUSHRB_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]

impl<T> Same<T> for T

type Output = T

Should always be Self