Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_DPPI.c114 struct dppi_status *el = &nhw_dppi_st[i]; in nhw_dppi_init() local
116 el->NRF_DPPIC_regs = &NRF_DPPIC_regs[i]; in nhw_dppi_init()
117 el->n_ch = nhw_dppi_n_ch[i]; in nhw_dppi_init()
118 el->n_chg = nhw_dppi_n_chg[i]; in nhw_dppi_init()
122 el->registry = (struct dppi_registry_el **)bs_calloc(n_ch, sizeof(void*)); in nhw_dppi_init()
123 el->reg_size = (uint*)bs_calloc(n_ch, sizeof(uint)); in nhw_dppi_init()
124 el->reg_used = (uint*)bs_calloc(n_ch, sizeof(uint)); in nhw_dppi_init()
133 el->dppi_map = nhw_dppi_dppi_map[i]; in nhw_dppi_init()
134 el->CHG_EN_subscribed = (struct nhw_subsc_mem*)bs_calloc(n_chg, sizeof(struct nhw_subsc_mem)); in nhw_dppi_init()
135 el->CHG_DIS_subscribed = (struct nhw_subsc_mem*)bs_calloc(n_chg, sizeof(struct nhw_subsc_mem)); in nhw_dppi_init()
[all …]
Dirq_ctrl.c90 struct intctrl_status *el = &nhw_intctrl_st[i]; in hw_irq_ctrl_init() local
92 memset(el->irq_prio, 255, NHW_INTCTRL_MAX_INTLINES); in hw_irq_ctrl_init()
93 el->currently_running_prio = 256; /*255 is the lowest prio interrupt*/ in hw_irq_ctrl_init()