Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_PPIB.c48 static struct ppib_status nhw_ppib_st[NHW_PPIB_TOTAL_INST]; variable
63 nhw_ppib_st[i].NRF_PPIB_regs = &NRF_PPIB_regs[i]; in nhw_ppib_init()
64 nhw_ppib_st[i].n_ch = nhw_ppib_n_ch[i]; in nhw_ppib_init()
65 nhw_ppib_st[i].ppib_mate = nhw_PPIB_mates[i]; in nhw_ppib_init()
67 nhw_ppib_st[i].dppi_map = nhw_PPIB_dppi_map[i]; in nhw_ppib_init()
68nhw_ppib_st[i].subscribed = (struct nhw_subsc_mem*)bs_calloc(nhw_ppib_n_ch[i], sizeof(struct nhw_s… in nhw_ppib_init()
80 free(nhw_ppib_st[i].subscribed); in nhw_ppib_free()
81 nhw_ppib_st[i].subscribed = NULL; in nhw_ppib_free()
92 if ((ppib_inst >= NHW_PPIB_TOTAL_INST) || (ppib_ch >= nhw_ppib_st[ppib_inst].n_ch) ) { in nhw_ppib_is_inst_ch_valid()
94 type, ppib_ch, nhw_ppib_st[ppib_inst].n_ch, ppib_inst); in nhw_ppib_is_inst_ch_valid()
[all …]