Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_GRTC.c74 uint n_int; /* Number of interrupts */ member
122 nhw_grtc_st.n_int = nhw_GRTC_n_int; in nhw_grtc_init()
123 …nhw_grtc_st.int_map = (struct nhw_irq_mapping *)bs_calloc(nhw_grtc_st.n_int, sizeof(struct nhw_irq… in nhw_grtc_init()
124 memcpy(nhw_grtc_st.int_map, nhw_GRTC_int_map, sizeof(struct nhw_irq_mapping) * nhw_grtc_st.n_int); in nhw_grtc_init()
125 nhw_grtc_st.int_line_level = (bool *)bs_calloc(nhw_grtc_st.n_int, sizeof(bool)); in nhw_grtc_init()
171 if ((inst >= NHW_GRTC_TOTAL_INST) || (nbr >= nhw_grtc_st.n_int) ) { in nhw_GRTC_check_valid_irq_index()
173 type, nbr, nhw_grtc_st.n_int, inst); in nhw_GRTC_check_valid_irq_index()
240 for (uint irql = 0; irql < this->n_int; irql++) { in nhw_GRTC_eval_interrupt()