Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_DPPI.c74 dppi_callback_t callback; member
242 dppi_callback_t callback, in nhw_dppi_channel_subscribe() argument
251 if ((ch_reg[i].callback == callback) /* LCOV_EXCL_START */ in nhw_dppi_channel_subscribe()
265 this->registry[ch_n][n].callback = callback; in nhw_dppi_channel_subscribe()
275 ch_reg[i-1].callback = ch_reg[i].callback; in nhw_dppi_shift_registration()
278 ch_reg[n-1].callback = NULL; in nhw_dppi_shift_registration()
294 dppi_callback_t callback, in nhw_dppi_channel_unsubscribe() argument
303 if ((ch_reg[i].callback == callback) in nhw_dppi_channel_unsubscribe()
335 if (ch_reg[i].callback) { /* LCOV_EXCL_BR_LINE */ in nhw_dppi_event_signal()
337 ch_reg[i].callback(ch_reg[i].param); in nhw_dppi_event_signal()
[all …]
DNHW_DPPI.h25 dppi_callback_t callback,
29 dppi_callback_t callback,
37 dppi_callback_t callback,
/nrf_hw_models-3.7.0/docs/
DGPIO.md38 by registering a callback with `nrf_gpio_test_register_in_callback()` and
40 With the first one, the callback will be called each time an *input gpio pin register* is modified.
DUART.md28 called whenever a byte is transmitted or received. This callback can replace the byte before
DREADME_HW_models.md56 one timer and callback if needed.
170 `NSI_HW_EVENT(timer, callback, priority)`.