Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/msp432p4xx/driverlib/
Ddma.c469 void DMA_setChannelScatterGather(uint32_t channelNum, uint32_t taskCount, in DMA_setChannelScatterGather() argument
481 ASSERT(taskCount <= 1024); in DMA_setChannelScatterGather()
482 ASSERT(taskCount != 0); in DMA_setChannelScatterGather()
505 controlTable[channelNum].srcEndAddr = &pTaskTable[taskCount - 1].spare; in DMA_setChannelScatterGather()
523 | (((taskCount * 4) - 1) << UDMA_CHCTL_XFERSIZE_S) in DMA_setChannelScatterGather()
Ddma.h751 extern void DMA_setChannelScatterGather(uint32_t channelNum, uint32_t taskCount,
Drom.h712 uint32_t taskCount, \