no-OS
|
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 |
Structure containing the init parameters needed by the offload module.
uint32_t spi_engine_offload_init_param::dma_flags |
DMAC flags - if not initialized, the default value is DMA_CYCLIC
uint8_t spi_engine_offload_init_param::offload_config |
Offload's module transfer direction : TX, RX or both
uint32_t spi_engine_offload_init_param::rx_dma_baseaddr |
Base address where the RX DMAC core is situated
uint32_t spi_engine_offload_init_param::tx_dma_baseaddr |
Base address where the TX DMAC core is situated