AM62L FreeRTOS SDK  11.00.00

Data Fields

uint32_t requiredProtoCount
 
uint8_t * requiredProtoList
 
void * transferObject
 
SCMI_SharedMemorysharedMem
 
SemaphoreP_Object lockSem
 

Field Documentation

◆ requiredProtoCount

uint32_t SCMI_Object::requiredProtoCount

Count of required protocol supported by driver.

◆ requiredProtoList

uint8_t* SCMI_Object::requiredProtoList

Pointer to required protocol list.

◆ transferObject

void* SCMI_Object::transferObject

Pointer to the transfer object

◆ sharedMem

SCMI_SharedMemory* SCMI_Object::sharedMem

Pointer to the shared memory

◆ lockSem

SemaphoreP_Object SCMI_Object::lockSem

Semaphore to protect the flash layer calls per instance.