pub struct SDCardCSD {
Show 32 fields pub CSDStruct: u8, pub SysSpecVersion: u8, pub Reserved1: u8, pub TAAC: u8, pub NSAC: u8, pub MaxBusClkFrec: u8, pub CardComdClasses: u16, pub RdBlockLen: u8, pub PartBlockRead: u8, pub WrBlockMisalign: u8, pub RdBlockMisalign: u8, pub DSRImpl: u8, pub Reserved2: u8, pub DeviceSize: u32, pub EraseGrSize: u8, pub EraseGrMul: u8, pub WrProtectGrSize: u8, pub WrProtectGrEnable: u8, pub ManDeflECC: u8, pub WrSpeedFact: u8, pub MaxWrBlockLen: u8, pub WriteBlockPaPartial: u8, pub Reserved3: u8, pub ContentProtectAppli: u8, pub FileFormatGroup: u8, pub CopyFlag: u8, pub PermWrProtect: u8, pub TempWrProtect: u8, pub FileFormat: u8, pub ECC: u8, pub CSD_CRC: u8, pub Reserved4: u8,
}
Expand description
  • Card Specific Data: CSD Register

Fields

CSDStruct: u8SysSpecVersion: u8Reserved1: u8TAAC: u8NSAC: u8MaxBusClkFrec: u8CardComdClasses: u16RdBlockLen: u8PartBlockRead: u8WrBlockMisalign: u8RdBlockMisalign: u8DSRImpl: u8Reserved2: u8DeviceSize: u32EraseGrSize: u8EraseGrMul: u8WrProtectGrSize: u8WrProtectGrEnable: u8ManDeflECC: u8WrSpeedFact: u8MaxWrBlockLen: u8WriteBlockPaPartial: u8Reserved3: u8ContentProtectAppli: u8FileFormatGroup: u8CopyFlag: u8PermWrProtect: u8TempWrProtect: u8FileFormat: u8ECC: u8CSD_CRC: u8Reserved4: u8

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

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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

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.