![]() |
EVE 1.0
|
#include <spi-memory.h>
Data Fields | |
uint8_t | Command [SPI_MEMORY_DATA_BUFFER_COMMAND_SIZE] |
spi_memory_data_buffer_header structure represents a buffer for SPI command exchange towards memory chip. Asynchronous data transfer functions use the buffer as a storage for the 'command' part of the SPI message.
Definition at line 119 of file spi-memory.h.
uint8_t spi_memory_data_buffer_header::Command[SPI_MEMORY_DATA_BUFFER_COMMAND_SIZE] |
Command buffer
Definition at line 121 of file spi-memory.h.