iLLD_TC27xD  1.0
Linked Lists
Collaboration diagram for Linked Lists:

Functions

IFX_INLINE volatile Ifx_SRC_SRCR * IfxDma_Dma_getSrcPointer (IfxDma_Dma_Channel *channel)
 Returns the SRC pointer for given DMA channel. More...
 
IFX_EXTERN void IfxDma_Dma_initLinkedListEntry (void *ptrToAddress, const IfxDma_Dma_ChannelConfig *config)
 linked list functionality within the DMA module More...
 

Detailed Description

Function Documentation

IFX_INLINE volatile Ifx_SRC_SRCR * IfxDma_Dma_getSrcPointer ( IfxDma_Dma_Channel channel)

Returns the SRC pointer for given DMA channel.

Parameters
channelpointer to the DMA base address and channel ID
Returns
SRC pointer for given DMA channel

Definition at line 717 of file IfxDma_Dma.h.

IFX_EXTERN void IfxDma_Dma_initLinkedListEntry ( void *  ptrToAddress,
const IfxDma_Dma_ChannelConfig config 
)

linked list functionality within the DMA module

Parameters
ptrToAddresspointer to the memory location where the linked list entry should be stored
configpointer to the DMA default channel configuration structure
Returns
None

See Linked Lists

Definition at line 194 of file IfxDma_Dma.c.