Searched refs:TIMER_O_IMR (Results 1 – 3 of 3) sorted by relevance
910 HWREG(ulBase + TIMER_O_IMR) |= ulIntFlags; in TimerIntEnable()941 HWREG(ulBase + TIMER_O_IMR) &= ~(ulIntFlags); in TimerIntDisable()
62 #define TIMER_O_IMR 0x00000018 // GPTM Interrupt Mask macro
142 HWREG(hwAttrs->baseAddress + TIMER_O_IMR) = ~object->timer; in initHw()