Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_EGU.c42 static struct egu_status nhw_egu_st[NHW_EGU_TOTAL_INST];
43 NRF_EGU_Type NRF_EGU_regs[NHW_EGU_TOTAL_INST];
51 uint nhw_egu_dppi_map[NHW_EGU_TOTAL_INST] = NHW_EGU_DPPI_MAP; in nhw_egu_init()
54 uint nhw_egu_n_events[NHW_EGU_TOTAL_INST] = NHW_EGU_N_EVENTS; in nhw_egu_init()
56 memset(NRF_EGU_regs, 0, sizeof(NRF_EGU_Type) * NHW_EGU_TOTAL_INST); in nhw_egu_init()
58 for (int i = 0; i< NHW_EGU_TOTAL_INST; i++) { in nhw_egu_init()
77 for (int i = 0; i< NHW_EGU_TOTAL_INST; i++) { in nhw_egu_free()
94 static struct nhw_irq_mapping nhw_egu_irq_map[NHW_EGU_TOTAL_INST] = NHW_EGU_INT_MAP; in nhw_egu_eval_interrupt()
95 …static bool egu_int_line[NHW_EGU_TOTAL_INST] = {false}; //Is the EGU currently driving this interr… 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()
[all …]
DNHW_config.h51 #define NHW_EGU_TOTAL_INST 6 macro
261 #define NHW_EGU_TOTAL_INST 7 macro
575 #define NHW_EGU_TOTAL_INST 2 macro