1.1.3.1 ICM_REGION_MASK
typedef enum
{
ICM_REGION0_MASK = 0x1,
ICM_REGION1_MASK = 0x2,
ICM_REGION2_MASK = 0x4,
ICM_REGION3_MASK = 0x8,
/* Force the compiler to reserve 32-bit memory for enum */
ICM_REGION_MASK_INVALID = 0xFFFFFFFF
} ICM_REGION_MASK;Summary
ICM Region Mask.
Description
This data type defines the ICM Region.
