[][src]Enum sam3x8e::hsmci::cmdr::SPCMDW

pub enum SPCMDW {
    STD,
    INIT,
    SYNC,
    CE_ATA,
    IT_CMD,
    IT_RESP,
    BOR,
    EBO,
}

Values that can be written to the field SPCMD

Variants

STD

Not a special CMD.

INIT

Initialization CMD: 74 clock cycles for initialization sequence.

SYNC

Synchronized CMD: Wait for the end of the current data block transfer before sending the pending command.

CE_ATA

CE-ATA Completion Signal disable Command. The host cancels the ability for the device to return a command completion signal on the command line.

IT_CMD

Interrupt command: Corresponds to the Interrupt Mode (CMD40).

IT_RESP

Interrupt response: Corresponds to the Interrupt Mode (CMD40).

BOR

Boot Operation Request. Start a boot operation mode, the host processor can read boot data from the MMC device directly.

EBO

End Boot Operation. This command allows the host processor to terminate the boot operation mode.

Auto Trait Implementations

impl Send for SPCMDW

impl Sync for SPCMDW

Blanket Implementations

impl<T> From for T[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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