Lines Matching refs:CC_timers
54 bs_time_t *CC_timers; //[n_CCs] In timer mode: When each compare match is expected to happen member
102 t_st->CC_timers = (bs_time_t *)bs_malloc(sizeof(bs_time_t)*Timer_n_CCs[t]); in nhw_timer_init()
106 t_st->CC_timers[cc] = TIME_NEVER; in nhw_timer_init()
127 free(t_st->CC_timers); in nhw_timer_free()
128 t_st->CC_timers = NULL; in nhw_timer_free()
201 if (t_st->CC_timers[cc] < Timer_TIMERs) { in update_master_timer()
202 Timer_TIMERs = t_st->CC_timers[cc]; in update_master_timer()
223 this->CC_timers[cc] = next_match; in update_cc_timer()
225 this->CC_timers[cc] = TIME_NEVER; in update_cc_timer()
287 this->CC_timers[cc] = TIME_NEVER; in nhw_timer_TASK_STOP()
309 this->CC_timers[cc] = TIME_NEVER; in nhw_timer_TASK_SHUTDOWN()
567 if (t_st->CC_timers[cc] == Timer_TIMERs) { in nhw_hw_model_timer_timer_triggered()