Header file containing scmi transport APIs.
Go to the source code of this file.
Data Structures | |
struct | SCMI_TransportFxns |
struct | SCMI_TransportObject |
Typedefs | |
typedef int32_t(* | SCMI_TransportProcessMessage) (SCMI_Handle handle, SCMI_MessageData *message) |
Driver implementation to send a SCMI message. More... | |
typedef int32_t(* | SCMI_TransportFetchResponse) (SCMI_Handle handle, SCMI_MessageData *message) |
Driver implementation to receive a response for SCMI message. More... | |
Functions | |
int32_t | SCMITransport_processMessage (SCMI_Handle handle, SCMI_MessageData *message) |
Driver implementation to send a SCMI message. More... | |
int32_t | SCMITransport_fetchResponse (SCMI_Handle handle, SCMI_MessageData *message) |
Driver implementation to receive a response for SCMI message. More... | |