#[repr(u8)]
pub enum SPCMD_AW {
    STD,
    INIT,
    SYNC,
    CE_ATA,
    IT_CMD,
    IT_RESP,
    BOR,
    EBO,
}
Expand description

Special Command

Value on reset: 0

Variants

STD

0: Not a special CMD.

INIT

1: Initialization CMD: 74 clock cycles for initialization sequence.

SYNC

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

CE_ATA

3: 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

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

IT_RESP

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

BOR

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

EBO

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

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Converts to this type from the input type.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.