1.2.5.3.2 DEVICE_CONTEXT Struct
C
typedef struct
{
// Valid Toplogies
const IMG_MEM_TOPOLOGY * validTops[MAX_MEM_TOPOLOGIES];
// Valid slots information
VALID_SLOT validSlots[MAX_SLOTS];
// Number of Topologies
uint8_t topologyCount;
// Number of slots
uint8_t slotCount;
} DEVICE_CONTEXT;
Description
Defines the device context information ie., valid tops and valid slots
