Zephyr Project API 4.2.99
A Scalable Open Source RTOS
|
eSPI out-of-band transaction packet format More...
#include <espi.h>
Data Fields | |
uint8_t * | buf |
Pointer to the data buffer. | |
uint16_t | len |
Length of the data in bytes (excluding the 3-byte OOB header). | |
eSPI out-of-band transaction packet format
uint8_t* espi_oob_packet::buf |
Pointer to the data buffer.
uint16_t espi_oob_packet::len |
Length of the data in bytes (excluding the 3-byte OOB header).
On reception, this is updated by the driver to the actual size.