Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
espi_flash_packet Struct Reference

eSPI flash transactions packet format More...

#include <zephyr/drivers/espi.h>

Data Fields

uint8_tbuf
 Pointer to the data buffer.
uint32_t flash_addr
 Flash address to access.
uint16_t len
 Length of the data in bytes for read/write, or the size of the sector/block for an erase operation.

Detailed Description

eSPI flash transactions packet format

Field Documentation

◆ buf

uint8_t* espi_flash_packet::buf

Pointer to the data buffer.

◆ flash_addr

uint32_t espi_flash_packet::flash_addr

Flash address to access.

◆ len

uint16_t espi_flash_packet::len

Length of the data in bytes for read/write, or the size of the sector/block for an erase operation.


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