no-OS
Public Attributes | List of all members
spi_engine_offload_message Struct Reference

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
 

Detailed Description

Structure representing an offload message.

Member Data Documentation

◆ commands

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/

◆ commands_data

uint32_t* spi_engine_offload_message::commands_data

Pointer of the data that will be sent over spi

◆ no_commands

uint32_t spi_engine_offload_message::no_commands

Length of the SPI engine commands buffer

◆ rx_addr

uint32_t spi_engine_offload_message::rx_addr

The address where the data that will be received is situated

◆ tx_addr

uint32_t spi_engine_offload_message::tx_addr

The address where the data that will be transmitted is situated


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