Home
last modified time | relevance | path

Searched refs:UDMA_DST_INC_M (Results 1 – 6 of 6) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dudma.c160 … ~(UDMA_DST_INC_M | UDMA_SRC_INC_M | UDMA_SIZE_M | UDMA_ARB_M | in uDMASetChannelControl()
232 incValue = control & UDMA_DST_INC_M; in uDMASetChannelTransfer()
Dudma.h217 #define UDMA_DST_INC_M 0xC0000000 // Destination Address Increment macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dudma.c211 ~(UDMA_DST_INC_M | in uDMAChannelControlSet()
283 ui32Inc = ui32Control & UDMA_DST_INC_M; in uDMAChannelTransferSet()
Dudma.h253 #define UDMA_DST_INC_M 0xC0000000 // Destination Address Increment macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dudma.c213 ~(UDMA_DST_INC_M | in uDMAChannelControlSet()
285 ui32Inc = ui32Control & UDMA_DST_INC_M; in uDMAChannelTransferSet()
Dudma.h255 #define UDMA_DST_INC_M 0xC0000000 // Destination Address Increment macro