Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_RTC.c159 int RTC_n_CCs[NHW_RTC_TOTAL_INST] = NHW_RTC_N_CC; in nhw_rtc_init() local
167 rtc_st->n_CCs = RTC_n_CCs[i]; in nhw_rtc_init()
171 rtc_st->cc_timers = (bs_time_t *)bs_malloc(sizeof(bs_time_t)*RTC_n_CCs[i]); in nhw_rtc_init()
181 …rtc_st->subscribed_CAPTURE = (struct nhw_subsc_mem*)bs_calloc(RTC_n_CCs[i], sizeof(struct nhw_subs… in nhw_rtc_init()