|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
SCMI protocol events structure. More...
#include <zephyr/drivers/firmware/scmi/protocol.h>
Data Fields | |
| const uint32_t * | evts |
| Supported notification message IDs. | |
| uint32_t | num_events |
| Number of supported protocol notifications. | |
| scmi_protocol_event_callback | cb |
| protocol notification callback | |
SCMI protocol events structure.
| scmi_protocol_event_callback scmi_protocol_events::cb |
protocol notification callback
| const uint32_t* scmi_protocol_events::evts |
Supported notification message IDs.
| uint32_t scmi_protocol_events::num_events |
Number of supported protocol notifications.