|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
SCMI protocol structure. More...
#include <zephyr/drivers/firmware/scmi/protocol.h>
Data Fields | |
| uint32_t | id |
| Protocol ID. | |
| struct scmi_channel * | tx |
| TX channel. | |
| const struct device * | transport |
| Transport layer device. | |
| void * | data |
| Protocol private data. | |
| uint32_t | version |
| Protocol supported version. | |
SCMI protocol structure.
| void* scmi_protocol::data |
Protocol private data.
| uint32_t scmi_protocol::id |
Protocol ID.
| const struct device* scmi_protocol::transport |
Transport layer device.
| struct scmi_channel* scmi_protocol::tx |
TX channel.
| uint32_t scmi_protocol::version |
Protocol supported version.