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

Structure containing the init parameters needed by the offload module. More...

#include <spi_engine.h>

Public Attributes

uint32_t rx_dma_baseaddr
 
uint32_t tx_dma_baseaddr
 
uint32_t * dma_flags
 
uint8_t offload_config
 

Detailed Description

Structure containing the init parameters needed by the offload module.

Member Data Documentation

◆ dma_flags

uint32_t* spi_engine_offload_init_param::dma_flags

DMAC flags - if not initialized, the default value is DMA_CYCLIC

◆ offload_config

uint8_t spi_engine_offload_init_param::offload_config

Offload's module transfer direction : TX, RX or both

◆ rx_dma_baseaddr

uint32_t spi_engine_offload_init_param::rx_dma_baseaddr

Base address where the RX DMAC core is situated

◆ tx_dma_baseaddr

uint32_t spi_engine_offload_init_param::tx_dma_baseaddr

Base address where the TX DMAC core is situated


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