1.1.8.4.17 DRV_SFDP_GEOMETRY Struct

1.1.8.4.17 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_SFDP_GEOMETRY;

1.1.8.4.17 Summary

SFDP Device Geometry data.

1.1.8.4.17 Description

This data type will be used to get the geometry details of the SFDP-compliant Flash device discovered at runtime.

1.1.8.4.17 Remarks

None.