Home
last modified time | relevance | path

Searched refs:n_CCs (Results 1 – 2 of 2) sorted by relevance

/nrf_hw_models-3.6.0/src/HW_models/
DNHW_TIMER.c51 int n_CCs; //Number of compare/capture registers in this timer instance member
101 t_st->n_CCs = Timer_n_CCs[t]; in nhw_timer_init()
105 for (int cc = 0; cc < t_st->n_CCs ; cc++) { in nhw_timer_init()
200 for (int cc = 0 ; cc < t_st->n_CCs ; cc++) { in update_master_timer()
230 for (int cc = 0 ; cc < nhw_timer_st[t].n_CCs; cc++) { in update_all_cc_timers()
243 for (int cc = 0; cc < this->n_CCs; cc++) { in nhw_timer_eval_interrupts()
286 for (int cc = 0 ; cc < this->n_CCs ; cc++) { in nhw_timer_TASK_STOP()
307 for (int cc = 0 ; cc < this->n_CCs ; cc++){ in nhw_timer_TASK_SHUTDOWN()
316 if (cc_n >= this->n_CCs) { in nhw_timer_TASK_CAPTURE()
319 t, cc_n, this->n_CCs); in nhw_timer_TASK_CAPTURE()
[all …]
DNHW_RTC.c117 int n_CCs; //Number of compare/capture registers in this rtc instance member
167 rtc_st->n_CCs = RTC_n_CCs[i]; in nhw_rtc_init()
173 for (int j = 0 ; j < rtc_st->n_CCs ; j++) { in nhw_rtc_init()
335 for (int cc = 0 ; cc < this->n_CCs ; cc++) { in nhw_rtc_update_master_timer()
362 for (int cc = 0 ; cc < nhw_rtc_st[rtc].n_CCs; cc++) { in update_all_cc_timers()
438 for (int cc = 0 ; cc < rtc_el->n_CCs ; cc++) { in nhw_rtc_timer_triggered()
522 for (int cc = 0 ; cc < this->n_CCs ; cc++) { in nhw_rtc_TASKS_STOP()
572 for (int cc = 0; cc < this->n_CCs; cc++) { in nhw_rtc_eval_interrupts()