Module sfdp

Source

Structs§

FastReadParam
FastReadParam represents the parameters for the different styles of fast read.
JedecParams
The JEDEC parameter table is documented in JESD216 “Serial Flash Discoverable Parameters”. This structure represents the parameter table after decoding it from the packed bitfield representation documented by JEDEC.
JedecParamsRevB
The Rev B extensions to the JEDEC parameters table.
JedecParamsRevD
The Rev D extensions to the JEDEC parameters table.
JedecParamsRevF
The Rev F extensions to the JEDEC parameters table.
SectorErase
SectorErase represents the supported erase sector sizes of the device.
Sfdp
The Sfdp structure represents the decoded SFDP table.
SfdpHeader
The SFDP header identifies a valid SFDP, its version and the number of parameter headers.
SfdpPhdr
The SFDP parameter header identifies additional parameter tables within the SFDP. All devices are required to have a JEDEC parameter header and corresponding table.
TimeBound
UnknownParams
An UnknownParams structure represents SFDP parameter tables for which we don’t have a specialized parser.

Enums§

BlockEraseSize
BlockEraseSize represents whether or not the device can perform a 4KiB erase.
Error
MaxSpeed
SupportedAddressModes
SupportedAddressModes represents which addressing modes are valid for the device.
WriteGranularity
WriteGranularity represents whether or not the device has an internal buffer for program operations.