DRV_AT25_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_AT25_GEOMETRY;

Summary

Defines the data type for AT25 EEPROM Geometry details.

Description

This will be used to get the geometry details of the attached AT25 EEPROM device.

Remarks

None.