Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_RTC.c145 static struct rtc_status nhw_rtc_st[NHW_RTC_TOTAL_INST];
146 NRF_RTC_Type NRF_RTC_regs[NHW_RTC_TOTAL_INST];
157 uint nhw_rtc_dppi_map[NHW_RTC_TOTAL_INST] = NHW_RTC_DPPI_MAP; in nhw_rtc_init()
159 int RTC_n_CCs[NHW_RTC_TOTAL_INST] = NHW_RTC_N_CC; in nhw_rtc_init()
163 for (int i = 0; i < NHW_RTC_TOTAL_INST ; i++) { in nhw_rtc_init()
194 for (int t = 0; t < NHW_RTC_TOTAL_INST; t++) { in nhw_rtc_free()
329 for (int rtc = 0; rtc < NHW_RTC_TOTAL_INST ; rtc++) { in nhw_rtc_update_master_timer()
432 for (int rtc = 0; rtc < NHW_RTC_TOTAL_INST ; rtc++) { in nhw_rtc_timer_triggered()
567 static struct nhw_irq_mapping nhw_rtc_irq_map[NHW_RTC_TOTAL_INST] = NHW_RTC_INT_MAP; in nhw_rtc_eval_interrupts()
568 …static bool RTC_int_line[NHW_RTC_TOTAL_INST]; /* Is the RTC currently driving its interrupt line h… in nhw_rtc_eval_interrupts()
DNHW_config.h158 #define NHW_RTC_TOTAL_INST 3 macro
441 #define NHW_RTC_TOTAL_INST 4 macro