Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_CLOCK.c184 …static bool clock_int_line[NHW_CLKPWR_TOTAL_INST]; /* Is the CLOCK currently driving its interrupt… in nhw_pwrclk_eval_interrupt() local
210 if (clock_int_line[inst] == false && new_int_line == true) { in nhw_pwrclk_eval_interrupt()
211 clock_int_line[inst] = true; in nhw_pwrclk_eval_interrupt()
214 } else if (clock_int_line[inst] == true && new_int_line == false) { in nhw_pwrclk_eval_interrupt()
215 clock_int_line[inst] = false; in nhw_pwrclk_eval_interrupt()
DNHW_54L_CLOCK.c130 static bool clock_int_line; /* Is the CLOCK currently driving its interrupt line high */ in nhw_CLOCK_eval_interrupt() local
149 hw_irq_ctrl_toggle_level_irq_line_if(&clock_int_line, in nhw_CLOCK_eval_interrupt()