Zephyr Project API 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
espi_event Struct Reference

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.
 

Detailed Description

eSPI event

Represents an eSPI bus event that is passed to application callbacks, providing details about what occurred.

Field Documentation

◆ evt_data

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.

◆ evt_details

uint32_t espi_event::evt_details

Additional details for the event.

The meaning depends on evt_type.

◆ evt_type

enum espi_bus_event espi_event::evt_type

The type of event that occurred.


The documentation for this struct was generated from the following file: