Home
last modified time | relevance | path

Searched refs:TIMER_O_IMR (Results 1 – 3 of 3) sorted by relevance

/hal_ti-2.7.6/simplelink/source/ti/devices/cc32xx/driverlib/
Dtimer.c910 HWREG(ulBase + TIMER_O_IMR) |= ulIntFlags; in TimerIntEnable()
941 HWREG(ulBase + TIMER_O_IMR) &= ~(ulIntFlags); in TimerIntDisable()
/hal_ti-2.7.6/simplelink/source/ti/devices/cc32xx/inc/
Dhw_timer.h62 #define TIMER_O_IMR 0x00000018 // GPTM Interrupt Mask macro
/hal_ti-2.7.6/simplelink/source/ti/drivers/timer/
DTimerCC32XX.c142 HWREG(hwAttrs->baseAddress + TIMER_O_IMR) = ~object->timer; in initHw()