Home
last modified time | relevance | path

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

/btstack/port/msp432p401lp-cc256x/ti/devices/msp432p4xx/driverlib/
H A Ddma.c479 void DMA_setChannelScatterGather(uint32_t channelNum, uint32_t taskCount, in DMA_setChannelScatterGather() argument
491 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()
H A Ddma.h751 extern void DMA_setChannelScatterGather(uint32_t channelNum, uint32_t taskCount,
H A Drom.h671 uint32_t taskCount, \