Home
last modified time | relevance | path

Searched refs:UDMA_ALT_SELECT (Results 1 – 12 of 12) sorted by relevance

/hal_ti-latest/simplelink/source/ti/drivers/camera/
DCameraCC32XXDMA.c110 MAP_uDMAChannelControlSet(hwAttrs->channelIndex | UDMA_ALT_SELECT, in CameraCC32XXDMA_configDMA()
112 MAP_uDMAChannelAttributeEnable(hwAttrs->channelIndex | UDMA_ALT_SELECT, in CameraCC32XXDMA_configDMA()
114 MAP_uDMAChannelTransferSet(hwAttrs->channelIndex | UDMA_ALT_SELECT, in CameraCC32XXDMA_configDMA()
119 MAP_uDMAChannelEnable(hwAttrs->channelIndex | UDMA_ALT_SELECT); in CameraCC32XXDMA_configDMA()
214 MAP_uDMAChannelControlSet(hwAttrs->channelIndex | UDMA_ALT_SELECT, in CameraCC32XXDMA_hwiIntFxn()
218 hwAttrs->channelIndex | UDMA_ALT_SELECT, in CameraCC32XXDMA_hwiIntFxn()
221 hwAttrs->channelIndex | UDMA_ALT_SELECT, in CameraCC32XXDMA_hwiIntFxn()
225 MAP_uDMAChannelEnable(hwAttrs->channelIndex | UDMA_ALT_SELECT); in CameraCC32XXDMA_hwiIntFxn()
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dudma.c202 if (channelStructIndex & UDMA_ALT_SELECT) in uDMASetChannelTransfer()
245 if (channelStructIndex & UDMA_ALT_SELECT) in uDMASetChannelTransfer()
251 pDstAddr = (void *)&pChannelControlStruct[UDMA_ALT_SELECT].spare; in uDMASetChannelTransfer()
Dudma.h274 #define UDMA_ALT_SELECT 0x00000008 macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dudma.c252 if(ui32ChannelStructIndex & UDMA_ALT_SELECT) in uDMAChannelTransferSet()
299 UDMA_ALT_SELECT].ui32Spare; in uDMAChannelTransferSet()
352 &pControlTable[ui32ChannelNum | UDMA_ALT_SELECT].ui32Spare; in uDMAChannelScatterGatherSet()
Dudma.h319 #define UDMA_ALT_SELECT 0x00000020 macro
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Dudma.c756 if(ulChannelStructIndex & UDMA_ALT_SELECT) in uDMAChannelTransferSet()
817 UDMA_ALT_SELECT].ulSpare; in uDMAChannelTransferSet()
910 &pControlTable[ulChannelNum | UDMA_ALT_SELECT].ulSpare; in uDMAChannelScatterGatherSet()
Dudma.h226 #define UDMA_ALT_SELECT 0x00000020 macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dudma.c254 if(ui32ChannelStructIndex & UDMA_ALT_SELECT) in uDMAChannelTransferSet()
301 UDMA_ALT_SELECT].ui32Spare; in uDMAChannelTransferSet()
354 &pControlTable[ui32ChannelNum | UDMA_ALT_SELECT].ui32Spare; in uDMAChannelScatterGatherSet()
Dudma.h321 #define UDMA_ALT_SELECT 0x00000020 macro
/hal_ti-latest/simplelink/source/ti/devices/msp432p4xx/driverlib/
Ddma.c385 if (channelStructIndex & UDMA_ALT_SELECT) in DMA_setChannelTransfer()
445 | UDMA_ALT_SELECT].spare; in DMA_setChannelTransfer()
512 | UDMA_ALT_SELECT].spare; in DMA_setChannelScatterGather()
Ddma.h244 #define UDMA_ALT_SELECT 0x00000008 macro
/hal_ti-latest/simplelink/source/ti/drivers/sd/
DSDHostCC32XX.c576 configDMAChannel(handle, UDMA_ALT_SELECT , UDMAREAD); in SDHostCC32XX_read()
714 configDMAChannel(handle, UDMA_ALT_SELECT, UDMAWRITE); in SDHostCC32XX_write()
916 altChannelMode = MAP_uDMAChannelModeGet(channel | UDMA_ALT_SELECT); in hwiIntFxn()
958 configDMAChannel((SD_Handle) handle, UDMA_ALT_SELECT, operation); in hwiIntFxn()