Home
last modified time | relevance | path

Searched refs:channelStructIndex (Results 1 – 4 of 4) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/msp432p4xx/driverlib/
Ddma.c315 void DMA_setChannelControl(uint32_t channelStructIndex, uint32_t control) in DMA_setChannelControl() argument
322 ASSERT((channelStructIndex & 0xffff) < 64); in DMA_setChannelControl()
330 channelStructIndex &= 0x3f; in DMA_setChannelControl()
341 pCtl[channelStructIndex].control = ((pCtl[channelStructIndex].control in DMA_setChannelControl()
347 void DMA_setChannelTransfer(uint32_t channelStructIndex, uint32_t mode, in DMA_setChannelTransfer() argument
358 ASSERT((channelStructIndex & 0xffff) < 64); in DMA_setChannelTransfer()
368 channelStructIndex &= 0x3f; in DMA_setChannelTransfer()
379 control = (controlTable[channelStructIndex].control in DMA_setChannelTransfer()
385 if (channelStructIndex & UDMA_ALT_SELECT) in DMA_setChannelTransfer()
420 controlTable[channelStructIndex].srcEndAddr = srcAddr; in DMA_setChannelTransfer()
[all …]
Ddma.h652 extern void DMA_setChannelControl(uint32_t channelStructIndex,
724 extern void DMA_setChannelTransfer(uint32_t channelStructIndex, uint32_t mode,
770 extern uint32_t DMA_getChannelSize(uint32_t channelStructIndex);
789 extern uint32_t DMA_getChannelMode(uint32_t channelStructIndex);
Drom.h696 ((void (*)(uint32_t channelStructIndex, \
702 ((void (*)(uint32_t channelStructIndex, \
719 ((uint32_t (*)(uint32_t channelStructIndex))ROM_DMATABLE[17])
724 ((uint32_t (*)(uint32_t channelStructIndex))ROM_DMATABLE[18])
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dudma.c180 uint32_t channelStructIndex; in uDMASetChannelTransfer() local
199 channelStructIndex = (((uint32_t)pChannelControlStruct) - controlTableAddr) >> 4; in uDMASetChannelTransfer()
202 if (channelStructIndex & UDMA_ALT_SELECT) in uDMASetChannelTransfer()
245 if (channelStructIndex & UDMA_ALT_SELECT) in uDMASetChannelTransfer()