Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_EGU.c42 static struct egu_status nhw_egu_st[NHW_EGU_TOTAL_INST]; variable
59 nhw_egu_st[i].NRF_EGU_regs = &NRF_EGU_regs[i]; in nhw_egu_init()
60 nhw_egu_st[i].n_events = nhw_egu_n_events[i]; in nhw_egu_init()
63 nhw_egu_st[i].dppi_map = nhw_egu_dppi_map[i]; in nhw_egu_init()
64nhw_egu_st[i].subscribed = (struct nhw_subsc_mem*)bs_calloc(nhw_egu_n_events[i], sizeof(struct nhw… in nhw_egu_init()
78 free(nhw_egu_st[i].subscribed); in nhw_egu_free()
79 nhw_egu_st[i].subscribed = NULL; in nhw_egu_free()
97 struct egu_status *this = &nhw_egu_st[inst]; in nhw_egu_eval_interrupt()
116 if ((egu_inst >= NHW_EGU_TOTAL_INST) || (nbr >= nhw_egu_st[egu_inst].n_events) ) { in nhw_egu_check_inst_event()
118 type, nbr, nhw_egu_st[egu_inst].n_events, egu_inst); in nhw_egu_check_inst_event()
[all …]