Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_TIMER.c238 static bool TIMER_int_line[N_TIMERS]; /* Is the TIMER currently driving its interrupt line high */ in nhw_timer_eval_interrupts() local
251 if (TIMER_int_line[t] == false && new_int_line == true) { in nhw_timer_eval_interrupts()
252 TIMER_int_line[t] = true; in nhw_timer_eval_interrupts()
255 } else if (TIMER_int_line[t] == true && new_int_line == false) { in nhw_timer_eval_interrupts()
256 TIMER_int_line[t] = false; in nhw_timer_eval_interrupts()