|
Zephyr API Documentation 4.3.0-rc2
A Scalable Open Source RTOS
|
eSPI flash transactions packet format More...
#include <zephyr/drivers/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.