Searched refs:TIMER_O_CFG (Results 1 – 5 of 5) sorted by relevance
55 #define TIMER_O_CFG 0x00000000 // GPTM Configuration macro
134 HWREG(hwAttrs->baseAddress + TIMER_O_CFG) = TIMER_CFG_32_BIT_TIMER; in initHw()138 HWREG(hwAttrs->baseAddress + TIMER_O_CFG) = TIMER_CFG_16_BIT; in initHw()
415 HWREG(baseAddress + TIMER_O_CFG) = TIMER_CFG_16_BIT; in initHw()
222 HWREG(ulBase + TIMER_O_CFG) = ulConfig >> 24; in TimerConfigure()
288 HWREG(timerBaseAddr + TIMER_O_CFG) |= (timerConfigVal >> 24); in initHw()