Zephyr API 3.6.99
|
eSPI out-of-band transaction packet format More...
#include <espi.h>
Data Fields | |
uint8_t * | buf |
uint16_t | len |
eSPI out-of-band transaction packet format
For Tx packet, eSPI driver client shall specify the OOB payload data and its length in bytes. For Rx packet, eSPI driver client shall indicate the maximum number of bytes that can receive, while the eSPI driver should update the length field with the actual data received/available.
In all cases, the length does not include OOB header size 3 bytes.
uint8_t* espi_oob_packet::buf |
uint16_t espi_oob_packet::len |