DRV_AT25DF_GEOMETRY Struct
C
typedef struct { uint32_t readBlockSize; uint32_t readNumBlocks; uint32_t readNumRegions; uint32_t writeBlockSize; uint32_t writeNumBlocks; uint32_t writeNumRegions; uint32_t eraseBlockSize; uint32_t eraseNumBlocks; uint32_t eraseNumRegions; uint32_t blockStartAddress; } DRV_AT25DF_GEOMETRY;
Summary
Defines the data type for AT25DF FLASH Geometry details.
Description
This will be used to get the geometry details of the attached AT25DF FLASH device.
Remarks
None.