Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/inc/
Dhw_udma.h65 #define UDMA_O_SETBURST 0x00000018 macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/inc/
Dhw_udma.h65 #define UDMA_O_SETBURST 0x00000018 macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dudma.c82 HWREG(ui32Base + UDMA_O_SETBURST) = 1 << ui32ChannelNum; in uDMAChannelAttributeEnable()
161 if(HWREG(ui32Base + UDMA_O_SETBURST) & (1 << ui32ChannelNum)) in uDMAChannelAttributeGet()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dudma.c84 HWREG(ui32Base + UDMA_O_SETBURST) = 1 << ui32ChannelNum; in uDMAChannelAttributeEnable()
163 if(HWREG(ui32Base + UDMA_O_SETBURST) & (1 << ui32ChannelNum)) in uDMAChannelAttributeGet()