Lines Matching refs:timer
140 currentCount = TimerValueGet(baseAddress, object->timer); in CaptureCC32XX_hwiIntFunction()
163 interruptMask = object->timer & (TIMER_CAPB_EVENT | TIMER_CAPA_EVENT); in CaptureCC32XX_hwiIntFunction()
247 object->timer = TIMER_A; in CaptureCC32XX_open()
251 object->timer = TIMER_B; in CaptureCC32XX_open()
293 interruptMask = object->timer & (TIMER_CAPB_EVENT | TIMER_CAPA_EVENT); in CaptureCC32XX_start()
311 TimerValueSet(baseAddress, object->timer, 0); in CaptureCC32XX_start()
312 TimerEnable(baseAddress, object->timer); in CaptureCC32XX_start()
330 interruptMask = object->timer & (TIMER_CAPB_EVENT | TIMER_CAPA_EVENT); in CaptureCC32XX_stop()
338 TimerDisable(baseAddress, object->timer); in CaptureCC32XX_stop()
401 TimerDisable(baseAddress, object->timer); in initHw()
404 TimerControlEvent(baseAddress, object->timer, object->mode); in initHw()
410 TimerControlStall(baseAddress, object->timer, true); in initHw()
418 if (object->timer == TIMER_A) { in initHw()