Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc32xx/inc/
Dhw_udma.h53 #define UDMA_O_ENACLR 0x0000002C macro
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Dudma.c191 HWREG(UDMA_BASE + UDMA_O_ENACLR) = 1 << (ulChannelNum & 0x1f); in uDMAChannelDisable()