Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_GRTC.c75 struct nhw_irq_mapping *int_map; //[n_int] member
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()
147 free(nhw_grtc_st.int_map); in nhw_grtc_free()
148 nhw_grtc_st.int_map = NULL; in nhw_grtc_free()
267 &this->int_map[irql]); in nhw_GRTC_eval_interrupt()