Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_TIMER.c85 unsigned int Timer_n_CCs[N_TIMERS] = NHW_TIMER_N_CC; in nhw_timer_init() local
101 t_st->n_CCs = Timer_n_CCs[t]; in nhw_timer_init()
102 t_st->CC_timers = (bs_time_t *)bs_malloc(sizeof(bs_time_t)*Timer_n_CCs[t]); in nhw_timer_init()
103 t_st->oneshot_flag = (bool *)bs_calloc(Timer_n_CCs[t], sizeof(bool)); in nhw_timer_init()
111 …t_st->subscribed_CAPTURE = (struct nhw_subsc_mem*)bs_calloc(Timer_n_CCs[t], sizeof(struct nhw_subs… in nhw_timer_init()