Home
last modified time | relevance | path

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

/nrf_hw_models-3.5.0/src/HW_models/
DNHW_RTC.c566 …static bool RTC_int_line[NHW_RTC_TOTAL_INST]; /* Is the RTC currently driving its interrupt line h… in nhw_rtc_eval_interrupts() local
586 if (RTC_int_line[rtc] == false && new_int_line == true) { in nhw_rtc_eval_interrupts()
587 RTC_int_line[rtc] = true; in nhw_rtc_eval_interrupts()
590 } else if (RTC_int_line[rtc] == true && new_int_line == false) { in nhw_rtc_eval_interrupts()
591 RTC_int_line[rtc] = false; in nhw_rtc_eval_interrupts()