Searched refs:taskCount (Results 1 – 3 of 3) sorted by relevance
479 void DMA_setChannelScatterGather(uint32_t channelNum, uint32_t taskCount, in DMA_setChannelScatterGather() argument491 ASSERT(taskCount <= 1024); in DMA_setChannelScatterGather()492 ASSERT(taskCount != 0); in DMA_setChannelScatterGather()515 controlTable[channelNum].srcEndAddr = &pTaskTable[taskCount - 1].spare; in DMA_setChannelScatterGather()533 | (((taskCount * 4) - 1) << UDMA_CHCTL_XFERSIZE_S) in DMA_setChannelScatterGather()
751 extern void DMA_setChannelScatterGather(uint32_t channelNum, uint32_t taskCount,
671 uint32_t taskCount, \