Data Fields | |
uint32_t | requiredProtoCount |
uint8_t * | requiredProtoList |
void * | transferObject |
SCMI_SharedMemory * | sharedMem |
SemaphoreP_Object | lockSem |
uint32_t SCMI_Object::requiredProtoCount |
Count of required protocol supported by driver.
uint8_t* SCMI_Object::requiredProtoList |
Pointer to required protocol list.
void* SCMI_Object::transferObject |
Pointer to the transfer object
SCMI_SharedMemory* SCMI_Object::sharedMem |
Pointer to the shared memory
SemaphoreP_Object SCMI_Object::lockSem |
Semaphore to protect the flash layer calls per instance.