app_qspi_dma_cfg_t Struct Reference

QSPI DMA configuration structure definition. More...

#include <app_qspi.h>

Public Attributes

dma_regs_t * dma_instance
 Specifies the dma instance of QSPI. More...
 
dma_channel_t dma_channel
 Specifies the dma channel of QSPI. More...
 

Detailed Description

QSPI DMA configuration structure definition.

Definition at line 330 of file app_qspi.h.

Member Data Documentation

◆ dma_channel

dma_channel_t app_qspi_dma_cfg_t::dma_channel

Specifies the dma channel of QSPI.


Definition at line 333 of file app_qspi.h.

◆ dma_instance

dma_regs_t* app_qspi_dma_cfg_t::dma_instance

Specifies the dma instance of QSPI.


Definition at line 332 of file app_qspi.h.


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