Home
last modified time | relevance | path

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

/btstack/port/msp432p401lp-cc256x/ti/devices/msp432p4xx/driverlib/
H A Ddma.c120 void DMA_setControlBase(void *controlTable) in DMA_setControlBase() argument
125 ASSERT(((uint32_t) controlTable & ~0x3FF) == (uint32_t) controlTable); in DMA_setControlBase()
126 ASSERT((uint32_t) controlTable >= 0x20000000); in DMA_setControlBase()
131 DMA_Control->CTLBASE = (uint32_t) controlTable; in DMA_setControlBase()
360 DMA_ControlTable *controlTable; in DMA_setChannelTransfer() local
383 controlTable = (DMA_ControlTable *) DMA_Control->CTLBASE; in DMA_setChannelTransfer()
389 control = (controlTable[channelStructIndex].control in DMA_setChannelTransfer()
430 controlTable[channelStructIndex].srcEndAddr = srcAddr; in DMA_setChannelTransfer()
454 dstAddr = (void *) &controlTable[channelStructIndex in DMA_setChannelTransfer()
471 controlTable[channelStructIndex].dstEndAddr = dstAddr; in DMA_setChannelTransfer()
[all …]
H A Ddma.h489 extern void DMA_setControlBase(void *controlTable);
H A Drom.h627 ((void (*)(void *controlTable))ROM_DMATABLE[7])