[][src]Enum imxrt1062_usdhc1::cmd_xfr_typ::CMDTYP_A

#[repr(u8)]pub enum CMDTYP_A {
    CMDTYP_0,
    CMDTYP_1,
    CMDTYP_2,
    CMDTYP_3,
}

Command Type

Value on reset: 0

Variants

CMDTYP_0

0: Normal Other commands

CMDTYP_1

1: Suspend CMD52 for writing Bus Suspend in CCCR

CMDTYP_2

2: Resume CMD52 for writing Function Select in CCCR

CMDTYP_3

3: Abort CMD12, CMD52 for writing I/O Abort in CCCR

Trait Implementations

impl Clone for CMDTYP_A[src]

impl Copy for CMDTYP_A[src]

impl Debug for CMDTYP_A[src]

impl From<CMDTYP_A> for u8[src]

impl PartialEq<CMDTYP_A> for CMDTYP_A[src]

impl StructuralPartialEq for CMDTYP_A[src]

Auto Trait Implementations

impl Send for CMDTYP_A

impl Sync for CMDTYP_A

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