[][src]Enum xmc4800::usic0_ch0::rbctr::RCIM_A

pub enum RCIM_A {
    VALUE1,
    VALUE2,
    VALUE3,
    VALUE4,
}

Receiver Control Information Mode

Value on reset: 0

Variants

VALUE1

0: RCI[4] = PERR, RCI[3:0] = WLEN

VALUE2

1: RCI[4] = SOF, RCI[3:0] = WLEN

VALUE3

2: RCI[4] = 0, RCI[3:0] = WLEN

VALUE4

3: RCI[4] = PERR, RCI[3] = PAR, RCI[2:1] = 00B, RCI[0] = SOF

Trait Implementations

impl From<RCIM_A> for u8[src]

impl PartialEq<RCIM_A> for RCIM_A[src]

impl Debug for RCIM_A[src]

impl Copy for RCIM_A[src]

impl Clone for RCIM_A[src]

Auto Trait Implementations

impl Unpin for RCIM_A

impl Send for RCIM_A

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