Zephyr Project API 4.2.99
A Scalable Open Source RTOS
|
eSPI event More...
#include <espi.h>
Data Fields | |
enum espi_bus_event | evt_type |
The type of event that occurred. | |
uint32_t | evt_details |
Additional details for the event. | |
uint32_t | evt_data |
Data associated with the event. | |
eSPI event
Represents an eSPI bus event that is passed to application callbacks, providing details about what occurred.
uint32_t espi_event::evt_data |
Data associated with the event.
The meaning depends on evt_type. espi_evt_data_*
structures can be used to manipulate the raw event data as a bit field.
enum espi_bus_event espi_event::evt_type |
The type of event that occurred.