Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_GRTC.c71 uint n_cc; /* Number of CC registers */ member
120 nhw_grtc_st.n_cc = nhw_grtc_n_cc; in nhw_grtc_init()
133 nhw_grtc_st.CC_timers = (bs_time_t *)bs_calloc(nhw_grtc_st.n_cc, sizeof(bs_time_t)); in nhw_grtc_init()
163 if ((inst >= NHW_GRTC_TOTAL_INST) || (nbr >= nhw_grtc_st.n_cc) ) { in nhw_GRTC_check_valid_cc_index()
165 type, nbr, nhw_grtc_st.n_cc, inst); in nhw_GRTC_check_valid_cc_index()
197 for (uint cc = 0 ; cc < nhw_grtc_st.n_cc ; cc++) { in nhw_GRTC_update_master_timer()
223 for (uint cc = 0 ; cc < nhw_grtc_st.n_cc; cc++) { in nhw_GRTC_update_all_cc_timers()
246 for (uint i = 0; i < this->n_cc; i++) { in nhw_GRTC_eval_interrupt()