Searched refs:TIMER_O_TBMR (Results 1 – 5 of 5) sorted by relevance
57 #define TIMER_O_TBMR 0x00000008 // GPTM Timer B Mode macro
129 HWREG(hwAttrs->baseAddress + TIMER_O_TBMR) = TIMER_TBMR_TBMR_PERIOD; in initHw()616 HWREG(hwAttrs->baseAddress + TIMER_O_TBMR) |= TIMER_TBMR_TBILD; in TimerCC32XX_start()
424 HWREG(baseAddress + TIMER_O_TBMR) = TIMER_CFG_A_CAP_TIME_UP; in initHw()
229 HWREG(ulBase + TIMER_O_TBMR) = (ulConfig >> 8) & 255; in TimerConfigure()
293 HWREG(timerBaseAddr + TIMER_O_TBMR) = (timerConfigVal >> 8) & 255; in initHw()