Searched refs:NHW_PPIB_TOTAL_INST (Results 1 – 2 of 2) sorted by relevance
48 static struct ppib_status nhw_ppib_st[NHW_PPIB_TOTAL_INST];49 NRF_PPIB_Type NRF_PPIB_regs[NHW_PPIB_TOTAL_INST];56 const uint nhw_ppib_n_ch[NHW_PPIB_TOTAL_INST] = NHW_PPIB_N_CH; in nhw_ppib_init()57 const uint nhw_PPIB_dppi_map[NHW_PPIB_TOTAL_INST] = NHW_PPIB_DPPI_MAP; in nhw_ppib_init()58 const uint nhw_PPIB_mates[NHW_PPIB_TOTAL_INST] = NHW_PPIB_MATE; in nhw_ppib_init()60 memset(NRF_PPIB_regs, 0, sizeof(NRF_PPIB_Type) * NHW_PPIB_TOTAL_INST); in nhw_ppib_init()62 for (int i = 0; i< NHW_PPIB_TOTAL_INST; i++) { in nhw_ppib_init()79 for (int i = 0; i < NHW_PPIB_TOTAL_INST; i++) { 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()
679 #define NHW_PPIB_TOTAL_INST 8 macro