Home
last modified time | relevance | path

Searched refs:UDMA_O_ALTSET (Results 1 – 2 of 2) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/cc32xx/inc/
Dhw_udma.h54 #define UDMA_O_ALTSET 0x00000030 macro
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Dudma.c388 HWREG(UDMA_BASE + UDMA_O_ALTSET) = 1 << ulChannelNum; in uDMAChannelAttributeEnable()
529 if(HWREG(UDMA_BASE + UDMA_O_ALTSET) & (1 << ulChannelNum)) in uDMAChannelAttributeGet()