pub struct SPCMD_W<'a> { /* private fields */ }
Expand description

Field SPCMD writer - Special Command

Implementations

Writes variant to the field

Not a special CMD.

Initialization CMD: 74 clock cycles for initialization sequence.

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

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

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

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

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

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

Writes raw bits to the field

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.