iLLD_TC27xD  1.0
Channel Initialization
Collaboration diagram for Channel Initialization:

Functions

IFX_EXTERN void IfxDma_Dma_initChannel (IfxDma_Dma_Channel *channel, const IfxDma_Dma_ChannelConfig *config)
 initialize the DMA channel More...
 
IFX_EXTERN void IfxDma_Dma_initChannelConfig (IfxDma_Dma_ChannelConfig *config, IfxDma_Dma *dma)
 initialize the DMA module channel configuration More...
 

Detailed Description

Function Documentation

IFX_EXTERN void IfxDma_Dma_initChannel ( IfxDma_Dma_Channel channel,
const IfxDma_Dma_ChannelConfig config 
)

initialize the DMA channel

Parameters
channelpointer to the DMA base address and channel ID
configpointer to the DMA default channel configuration structure
Returns
None

See Memory-to-Memory Transfers

Definition at line 112 of file IfxDma_Dma.c.

Referenced by IfxQspi_SpiMaster_initModule(), and IfxQspi_SpiSlave_initModule().

IFX_EXTERN void IfxDma_Dma_initChannelConfig ( IfxDma_Dma_ChannelConfig config,
IfxDma_Dma dma 
)

initialize the DMA module channel configuration

Parameters
configpointer to the DMA default channel configuration structure
dmapointer to the DMA module handle
Returns
None

See Memory-to-Memory Transfers

Definition at line 147 of file IfxDma_Dma.c.

Referenced by IfxQspi_SpiMaster_initModule(), and IfxQspi_SpiSlave_initModule().