Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_GRTC.c76 bool *int_line_level; //[n_int] member
125 nhw_grtc_st.int_line_level = (bool *)bs_calloc(nhw_grtc_st.n_int, sizeof(bool)); in nhw_grtc_init()
149 free(nhw_grtc_st.int_line_level); in nhw_grtc_free()
150 nhw_grtc_st.int_line_level = NULL; in nhw_grtc_free()
265 hw_irq_ctrl_toggle_level_irq_line_if(&nhw_grtc_st.int_line_level[irql], in nhw_GRTC_eval_interrupt()