Data Fields | |
uint32_t | version |
uint32_t | numAgents |
uint32_t | numProtocols |
uint32_t | implementationVersion |
uint8_t | protocols [SCMI_BASE_MAX_NUM_PROTOCOLS] |
uint8_t | vendor [SCMI_BASE_NAME_LENGTH_MAX] |
uint8_t | subVendor [SCMI_BASE_NAME_LENGTH_MAX] |
uint32_t SCMI_AgentDataInfo::version |
SCMI version
uint32_t SCMI_AgentDataInfo::numAgents |
Number of agents in the system
uint32_t SCMI_AgentDataInfo::numProtocols |
Number of protocols supported by SCMI server
uint32_t SCMI_AgentDataInfo::implementationVersion |
Implementation version
uint8_t SCMI_AgentDataInfo::protocols[SCMI_BASE_MAX_NUM_PROTOCOLS] |
List if protocols supported
uint8_t SCMI_AgentDataInfo::vendor[SCMI_BASE_NAME_LENGTH_MAX] |
Vendor name
uint8_t SCMI_AgentDataInfo::subVendor[SCMI_BASE_NAME_LENGTH_MAX] |
SubVendor name