DRV_AT24_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_AT24_GEOMETRY;

Summary

Defines the data type for AT24 EEPROM Geometry details.

Description

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

Remarks

None.