DRV_SST39_GEOMETRY Struct
C
typedef struct { uint32_t read_blockSize; uint32_t read_numBlocks; uint32_t numReadRegions; uint32_t write_blockSize; uint32_t write_numBlocks; uint32_t numWriteRegions; uint32_t erase_blockSize; uint32_t erase_numBlocks; uint32_t numEraseRegions; uint32_t blockStartAddress; } DRV_SST39_GEOMETRY;
Summary
SST39 Device Geometry data.
Description
This will be used to get the geometry details of the attached SST39 PROM device.
Remarks
None.