Home
last modified time | relevance | path

Searched refs:dma_config_tx (Results 1 – 1 of 1) sorted by relevance

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/SPIMSS/
Dspimss_reva.c302 static mxc_dma_config_t dma_config_tx; variable
319 memset(&dma_config_tx, 0, sizeof(dma_config_tx)); in MXC_SPIMSS_RevA_MasterTransDMA()
376 dma_config_tx.ch = tx_channel_id; in MXC_SPIMSS_RevA_MasterTransDMA()
377 dma_config_tx.reqsel = MXC_DMA_REQUEST_SPIMSSTX; in MXC_SPIMSS_RevA_MasterTransDMA()
378 dma_config_tx.dstwd = MXC_DMA_WIDTH_HALFWORD; in MXC_SPIMSS_RevA_MasterTransDMA()
379 dma_config_tx.srcwd = MXC_DMA_WIDTH_HALFWORD; in MXC_SPIMSS_RevA_MasterTransDMA()
380 dma_config_tx.dstinc_en = 0; // Ignored since the destination is set to SPIMSS TX fifo. in MXC_SPIMSS_RevA_MasterTransDMA()
381 dma_config_tx.srcinc_en = 1; in MXC_SPIMSS_RevA_MasterTransDMA()
402 MXC_DMA_ConfigChannel(dma_config_tx, srcdst_config_tx); in MXC_SPIMSS_RevA_MasterTransDMA()