Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_gpiote.c179 nrfx_gpiote_handler_config_t global_handler; member
773 get_cb(p_instance->drv_inst_idx)->global_handler.handler = handler; in gpiote_global_callback_set()
774 get_cb(p_instance->drv_inst_idx)->global_handler.p_context = p_context; in gpiote_global_callback_set()
872 get_cb(p_instance->drv_inst_idx)->global_handler.handler = NULL; in gpiote_uninit()
1417 if (p_cb->global_handler.handler) in call_handler()
1419 p_cb->global_handler.handler(pin, trigger, p_cb->global_handler.p_context); in call_handler()