Lines Matching refs:handler
105 nrfx_gpiote_evt_handler_t handler, in pin_in_use_by_te_set() argument
109 m_cb.handlers[channel_id] = handler; in pin_in_use_by_te_set()
167 static int8_t channel_port_alloc(uint32_t pin, nrfx_gpiote_evt_handler_t handler, bool channel) in channel_port_alloc() argument
182 pin_in_use_by_te_set(pin, i, handler, channel); in channel_port_alloc()
594 … nrfx_gpiote_evt_handler_t handler = channel_handler_get((uint32_t)channel_port_get(pin)); in nrfx_gpiote_in_event_enable() local
596 if (handler) in nrfx_gpiote_in_event_enable()
721 nrfx_gpiote_evt_handler_t handler = in port_event_handle() local
723 if (handler && in port_event_handle()
728 handler(pin, polarity); in port_event_handle()
804 nrfx_gpiote_evt_handler_t handler = in port_event_handle() local
806 if (handler && in port_event_handle()
813 handler(pin, polarity); in port_event_handle()
871 nrfx_gpiote_evt_handler_t handler = channel_handler_get(i); in nrfx_gpiote_irq_handler() local
873 if (handler) in nrfx_gpiote_irq_handler()
875 handler(pin, polarity); in nrfx_gpiote_irq_handler()