Zephyr Project API 4.2.99
A Scalable Open Source RTOS
|
eSPI flash transactions packet format More...
#include <espi.h>
Data Fields | |
uint8_t * | buf |
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. | |
eSPI flash transactions packet format
uint8_t* espi_flash_packet::buf |
Pointer to the data buffer.
uint32_t espi_flash_packet::flash_addr |
Flash address to access.
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.