Zephyr Project API 3.7.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
espi_oob_packet Struct Reference

eSPI out-of-band transaction packet format More...

#include <espi.h>

Data Fields

uint8_tbuf
 
uint16_t len
 

Detailed Description

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.

Field Documentation

◆ buf

uint8_t* espi_oob_packet::buf

◆ len

uint16_t espi_oob_packet::len

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