no-OS
|
Structure representing an offload message. More...
#include <spi_engine.h>
Public Attributes | |
uint32_t * | commands |
uint32_t | no_commands |
uint32_t * | commands_data |
uint32_t | tx_addr |
uint32_t | rx_addr |
Structure representing an offload message.
uint32_t* spi_engine_offload_message::commands |
Pointer to the SPI engine commands buffer that will be sent. The available commands can be found at: https://wiki.analog.com/resources/fpga/peripherals/spi_engine/
uint32_t* spi_engine_offload_message::commands_data |
Pointer of the data that will be sent over spi
uint32_t spi_engine_offload_message::no_commands |
Length of the SPI engine commands buffer
uint32_t spi_engine_offload_message::rx_addr |
The address where the data that will be received is situated
uint32_t spi_engine_offload_message::tx_addr |
The address where the data that will be transmitted is situated