1.2.1.9 SYS_MEDIA_REGION_GEOMETRY Struct

C

typedef struct
{
    /* Size of a each block in Bytes */
    uint32_t blockSize;

    /* Number of Blocks of identical size within the Region */
    uint32_t numBlocks;

} SYS_MEDIA_REGION_GEOMETRY;

Summary

Contains information of a sys media region.

Description

This structure contains the information of a sys media region.

Remarks

A media can have multiple regions. Sum of size of all the regions is the total memory size of the media. Each region is further divided into blocks of identical size.