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

Card Specific Data (CSD)

Implementations

CSD structure version

Maximum data transfer rate per one data line

Maximum block length. In an SD Memory Card the WRITE_BL_LEN is always equal to READ_BL_LEN

Maximum read current at the minimum VDD

Maximum write current at the minimum VDD

Maximum read current at the maximum VDD

Maximum write current at the maximum VDD

Number of blocks in the card

Card size in bytes

Erase size (in blocks)

Erase size (in blocks)

Minimum number of write blocks that must be erased in a single erase command

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

From little endian words

Converts to this type from the input type.

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.