iLLD_TC27xC
1.0
|
![]() |
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, IfxDma_Dma_ChannelConfig *config) |
linked list functionality within the DMA module More... | |
IFX_INLINE volatile Ifx_SRC_SRCR * IfxDma_Dma_getSrcPointer | ( | IfxDma_Dma_Channel * | channel) |
Returns the SRC pointer for given DMA channel.
channel | pointer to the DMA base address and channel ID |
Definition at line 696 of file IfxDma_Dma.h.
IFX_EXTERN void IfxDma_Dma_initLinkedListEntry | ( | void * | ptrToAddress, |
IfxDma_Dma_ChannelConfig * | config | ||
) |
linked list functionality within the DMA module
ptrToAddress | pointer to the memory location where the linked list entry should be stored |
config | pointer to the DMA default channel configuration structure |
See Linked Lists
Definition at line 194 of file IfxDma_Dma.c.