Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/msp432p4xx/driverlib/
Ddma.c110 void DMA_setControlBase(void *controlTable) in DMA_setControlBase() argument
115 ASSERT(((uint32_t) controlTable & ~0x3FF) == (uint32_t) controlTable); in DMA_setControlBase()
116 ASSERT((uint32_t) controlTable >= 0x20000000); in DMA_setControlBase()
121 DMA_Control->CTLBASE = (uint32_t) controlTable; in DMA_setControlBase()
350 DMA_ControlTable *controlTable; in DMA_setChannelTransfer() local
373 controlTable = (DMA_ControlTable *) DMA_Control->CTLBASE; in DMA_setChannelTransfer()
379 control = (controlTable[channelStructIndex].control in DMA_setChannelTransfer()
420 controlTable[channelStructIndex].srcEndAddr = srcAddr; in DMA_setChannelTransfer()
444 dstAddr = (void *) &controlTable[channelStructIndex in DMA_setChannelTransfer()
461 controlTable[channelStructIndex].dstEndAddr = dstAddr; in DMA_setChannelTransfer()
[all …]
Ddma.h489 extern void DMA_setControlBase(void *controlTable);
Drom.h659 ((void (*)(void *controlTable))ROM_DMATABLE[7])
/hal_ti-latest/simplelink/source/ti/drivers/spi/
DSPICC32XXDMA.c254 tDMAControlTable *controlTable; in getDmaRemainingXfers() local
256 controlTable = MAP_uDMAControlBaseGet(); in getDmaRemainingXfers()
257 controlWord = controlTable[(hwAttrs->rxChannelIndex & 0x3f)].ulControl; in getDmaRemainingXfers()