pub struct OCR<Ext>(_, _);
Expand description

Operation Conditions Register (OCR)

R3

Implementations

Card power up status bit (busy)

VDD voltage window.

Switching to 1.8V Accepted (S18A). Only UHS-I cards support this bit

Over 2TB support Status. Only SDUC card support this bit

Indicates whether the card supports UHS-II Interface

Card Capacity Status (CCS)

For SD cards, this is true for SDHC/SDXC/SDUC, false for SDSC

OCR [7]. False for High Voltage, true for Dual voltage

OCR [30:29]. Access mode. Defines the addressing mode used between host and card

0b00: byte mode 0b10: sector 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

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Converts to this type from the input type.

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.