Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_PPIB.c36 static void nhw_ppib_propagate_event_mate(uint inst, uint ppib_ch);
90 static inline void nhw_ppib_is_inst_ch_valid(uint ppib_inst, uint ppib_ch, const char *type) in nhw_ppib_is_inst_ch_valid() argument
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()
103 static void nhw_ppib_confirm_direction(uint inst, uint ppib_ch, bool source) in nhw_ppib_confirm_direction() argument
105 bool subscribe_enable = (NRF_PPIB_regs[inst].SUBSCRIBE_SEND[ppib_ch] & (0x1UL << 31)) != 0; in nhw_ppib_confirm_direction()
106 bool publish_enable = (NRF_PPIB_regs[inst].PUBLISH_RECEIVE[ppib_ch] & (0x1UL << 31)) != 0; in nhw_ppib_confirm_direction()
111 inst, ppib_ch); in nhw_ppib_confirm_direction()
116 inst, ppib_ch); in nhw_ppib_confirm_direction()
120 static void nhw_ppib_hardwired_check(uint32_t reg, uint ppib_ch){ in nhw_ppib_hardwired_check() argument
[all …]