[][src]Enum xmc4100::usic0_ch0::sctr::DSM_A

#[repr(u8)]pub enum DSM_A {
    VALUE1,
    VALUE3,
    VALUE4,
}

Data Shift Mode

Value on reset: 0

Variants

VALUE1

0: Receive and transmit data is shifted in and out one bit at a time through DX0 and DOUT0.

VALUE3

2: Receive and transmit data is shifted in and out two bits at a time through two input stages (DX0 and DX3) and DOUT[1:0] respectively.

VALUE4

3: Receive and transmit data is shifted in and out four bits at a time through four input stages (DX0, DX[5:3]) and DOUT[3:0] respectively.

Trait Implementations

impl Clone for DSM_A[src]

impl Copy for DSM_A[src]

impl Debug for DSM_A[src]

impl From<DSM_A> for u8[src]

impl PartialEq<DSM_A> for DSM_A[src]

impl StructuralPartialEq for DSM_A[src]

Auto Trait Implementations

impl Send for DSM_A

impl Sync for DSM_A

impl Unpin for DSM_A

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

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> 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.