Searched refs:handler (Results 1 – 6 of 6) sorted by relevance
| /modules/hal_afbr/ |
| A D | platform_timer.c | 19 timer_cb_t handler; member 35 timer_cb_t handler = p_timer->cb.handler; in argus_timer_handler() local 37 if (handler) { in argus_timer_handler() 38 handler(p_timer->cb.param); in argus_timer_handler() 54 platform_timer.cb.handler = f; in Timer_SetCallback()
|
| A D | platform_s2pi.c | 80 if (data->s2pi.rtio.callback.handler) { in S2PI_complete_callback() 81 (void)data->s2pi.rtio.callback.handler(status, data->s2pi.rtio.callback.data); in S2PI_complete_callback() 111 data->s2pi.rtio.callback.handler = callback; in S2PI_TransferFrame() 171 data->s2pi.irq.handler = callback; in S2PI_SetIrqCallback() 174 if (data->s2pi.irq.handler) { in S2PI_SetIrqCallback() 399 if (data->s2pi.irq.handler) { in s2pi_irq_gpio_callback() 400 data->s2pi.irq.handler(data->s2pi.irq.data); in s2pi_irq_gpio_callback()
|
| /modules/hostap/src/ |
| A D | supp_main.c | 481 int (*handler)(struct supplicant_context *ctx, in submit_iface_work() 484 ctx->iface_handler = handler; in submit_iface_work() 660 static void handler(void) in handler() function 745 (k_thread_entry_t)handler, NULL, NULL, NULL, in init()
|
| /modules/canopennode/ |
| A D | Kconfig | 58 bool "Erase CANopen object dictionary EEPROM entries in storage handler"
|
| /modules/nrf_wifi/bus/ |
| A D | qspi_if.c | 309 nrfx_err_t _nrfx_qspi_init(nrfx_qspi_config_t const *p_config, nrfx_qspi_handler_t handler, in _nrfx_qspi_init() argument 314 nrfx_qspi_init(p_config, handler, p_context); in _nrfx_qspi_init()
|
| /modules/trusted-firmware-m/ |
| A D | Kconfig.tfm | 164 bool "Use custom reboot handler"
|
Completed in 26 milliseconds