Lines Matching refs:is_running
59 bool is_running; member
96 t_st->is_running = false; in nhw_timer_init()
199 if ((t_st->is_running == true) && (NRF_TIMER_regs[t].MODE == 0)) { in update_master_timer()
217 if ((this->is_running == true) && (NRF_TIMER_regs[t].MODE == 0)) { in update_cc_timer()
267 if (this->is_running == false) { in nhw_timer_TASK_START()
268 this->is_running = true; in nhw_timer_TASK_START()
281 if (this->is_running == true) { in nhw_timer_TASK_STOP()
282 this->is_running = false; in nhw_timer_TASK_STOP()
305 this->is_running = false; in nhw_timer_TASK_SHUTDOWN()
325 if ((NRF_TIMER_regs[t].MODE != 0 /* Count mode */) || (this->is_running == false)) { in nhw_timer_TASK_CAPTURE()
405 if ((NRF_TIMER_regs[t].MODE != 0 /* Count mode */) && (this->is_running == true)) { in nhw_timer_TASK_COUNT()
544 if ( (this->is_running == true) && ( NRF_TIMER_regs[t].MODE == 0 ) ) { in nhw_timer_regw_sideeffects_CC()
563 if ( !((t_st->is_running == true) && (NRF_TIMER_regs[t].MODE == 0)) ) { in nhw_hw_model_timer_timer_triggered()