[][src]Enum imxrt1062_usdhc1::cmd_xfr_typ::RSPTYP_A

#[repr(u8)]pub enum RSPTYP_A {
    RSPTYP_0,
    RSPTYP_1,
    RSPTYP_2,
    RSPTYP_3,
}

Response Type Select

Value on reset: 0

Variants

RSPTYP_0

0: No Response

RSPTYP_1

1: Response Length 136

RSPTYP_2

2: Response Length 48

RSPTYP_3

3: Response Length 48, check Busy after response

Trait Implementations

impl Clone for RSPTYP_A[src]

impl Copy for RSPTYP_A[src]

impl Debug for RSPTYP_A[src]

impl From<RSPTYP_A> for u8[src]

impl PartialEq<RSPTYP_A> for RSPTYP_A[src]

impl StructuralPartialEq for RSPTYP_A[src]

Auto Trait Implementations

impl Send for RSPTYP_A

impl Sync for RSPTYP_A

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