Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_TIMER.c64 struct nhw_subsc_mem* subscribed_CAPTURE; //[n_CCs] member
111 …t_st->subscribed_CAPTURE = (struct nhw_subsc_mem*)bs_calloc(Timer_n_CCs[t], sizeof(struct nhw_subs… in nhw_timer_init()
134 free(t_st->subscribed_CAPTURE); in nhw_timer_free()
135 t_st->subscribed_CAPTURE = NULL; in nhw_timer_free()
475 &this->subscribed_CAPTURE[cc_n], in nhw_timer_regw_sideeffects_SUBSCRIBE_CAPTURE()
DNHW_RTC.c134 struct nhw_subsc_mem* subscribed_CAPTURE; //[n_CCs] member
181 …rtc_st->subscribed_CAPTURE = (struct nhw_subsc_mem*)bs_calloc(RTC_n_CCs[i], sizeof(struct nhw_subs… in nhw_rtc_init()
201 free(rtc_st->subscribed_CAPTURE); in nhw_rtc_free()
202 rtc_st->subscribed_CAPTURE = NULL; in nhw_rtc_free()
778 &this->subscribed_CAPTURE[cc_n], in nhw_rtc_regw_sideeffects_SUBSCRIBE_CAPTURE()