pub struct W(_);
Expand description

Register CMD writer

Implementations

Bits 0:5 - Command index.

Bit 6 - Response expect.

Bit 7 - Response length.

Bit 8 - Check response CRC.

Bit 9 - Data expected.

Bit 10 - read/write.

Bit 11 - Transfer mode.

Bit 12 - Send auto stop.

Bit 13 - Wait prvdata complete.

Bit 14 - Stop abort command.

Bit 15 - Send initialization.

Bits 16:20 - Specifies the card number of SDCARD for which the current Command is being executed

Bit 21 - Update clock registers only.

Bit 22 - Read ceata device.

Bit 23 - CCS expected.

Bit 24 - Enable Boot - this bit should be set only for mandatory boot mode.

Bit 25 - Expect Boot Acknowledge.

Bit 26 - Disable Boot.

Bit 27 - Boot Mode.

Bit 28 - Voltage switch bit.

Bit 29 - Use Hold Register.

Bit 31 - Start command.

Writes raw bits to the register.

Methods from Deref<Target = W<CMD_SPEC>>

Writes raw bits to the register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Mutably dereferences the value.

Performs the conversion.

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.