[][src]Enum imxrt1062_usdhc1::prot_ctrl::DTW_A

#[repr(u8)]pub enum DTW_A {
    DTW_0,
    DTW_1,
    DTW_2,
}

Data Transfer Width

Value on reset: 0

Variants

DTW_0

0: 1-bit mode

DTW_1

1: 4-bit mode

DTW_2

2: 8-bit mode

Trait Implementations

impl Clone for DTW_A[src]

impl Copy for DTW_A[src]

impl Debug for DTW_A[src]

impl From<DTW_A> for u8[src]

impl PartialEq<DTW_A> for DTW_A[src]

impl StructuralPartialEq for DTW_A[src]

Auto Trait Implementations

impl Send for DTW_A

impl Sync for DTW_A

impl Unpin for DTW_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, 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.