Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_DPPI.c248 struct dppi_registry_el *ch_reg = this->registry[ch_n]; in nhw_dppi_channel_subscribe() local
251 if ((ch_reg[i].callback == callback) /* LCOV_EXCL_START */ in nhw_dppi_channel_subscribe()
252 && (ch_reg[i].param == param)) { in nhw_dppi_channel_subscribe()
270 static inline void nhw_dppi_shift_registration(struct dppi_registry_el *ch_reg, in nhw_dppi_shift_registration() argument
275 ch_reg[i-1].callback = ch_reg[i].callback; in nhw_dppi_shift_registration()
276 ch_reg[i-1].param = ch_reg[i].param; in nhw_dppi_shift_registration()
278 ch_reg[n-1].callback = NULL; in nhw_dppi_shift_registration()
279 ch_reg[n-1].param = NULL; in nhw_dppi_shift_registration()
300 struct dppi_registry_el *ch_reg = this->registry[ch_n]; in nhw_dppi_channel_unsubscribe() local
303 if ((ch_reg[i].callback == callback) in nhw_dppi_channel_unsubscribe()
[all …]