 |
AM62L FreeRTOS SDK
11.00.00
|
|
Go to the documentation of this file.
109 uint32_t *numProtocols);
121 uint32_t *attributes);
152 uint32_t *implVersion);
164 uint32_t *protocolCount,
int32_t SCMI_baseDiscoverImplementationVersion(SCMI_Handle handle, uint32_t *implVersion)
API to get vendor implementation version.
int32_t SCMI_getBaseProtocolVersion(SCMI_Handle handle, uint32_t *version)
API to get base protocol version.
SCMI_StandardProtocol
Definition: scmi_protocol.h:120
int32_t SCMI_baseDiscoverVendor(SCMI_Handle handle, uint8_t *vendor)
API to get vendor name string.
void * SCMI_Handle
A handle that is returned from a SCMI_open() call.
Definition: scp/scmi/v0/scmi.h:68
int32_t SCMI_baseGenericProtocolVersion(SCMI_Handle handle, SCMI_StandardProtocol protocolId, uint32_t *version)
API to get generic protocol version.
SCMI Driver API/interface file. This is SCMI top level include for applications.
int32_t SCMI_baseGetMessageAttributes(SCMI_Handle handle, uint32_t messageId, uint32_t *attributes)
API to get message attributes for base protocol.
int32_t SCMI_baseDiscoverSubVendor(SCMI_Handle handle, uint8_t *subVendor)
API to get Sub-vendor name string.
int32_t SCMI_baseGetProtocolAttributes(SCMI_Handle handle, uint32_t *numAgents, uint32_t *numProtocols)
API to get protocol attributes for base protocol. This gives number of agents and number of protocols...
int32_t SCMI_baseDiscoverListProtocols(SCMI_Handle handle, uint32_t *protocolCount, uint8_t *protocols)
API to get supported protocols count and list by platform.