Lines Matching refs:p_gpiote
1482 static void port_event_handle(NRF_GPIOTE_Type * p_gpiote, gpiote_control_block_t * p_cb) in port_event_handle() argument
1518 (void)nrfy_gpiote_events_process(p_gpiote, in port_event_handle()
1559 static void port_event_handle(NRF_GPIOTE_Type * p_gpiote, gpiote_control_block_t * p_cb) in port_event_handle() argument
1637 (void)nrfy_gpiote_events_process(p_gpiote, in port_event_handle()
1644 static void gpiote_evt_handle(NRF_GPIOTE_Type * p_gpiote, in gpiote_evt_handle() argument
1652 nrfx_gpiote_pin_t pin = nrfy_gpiote_event_pin_get(p_gpiote, ch); in gpiote_evt_handle()
1653 nrf_gpiote_polarity_t polarity = nrfy_gpiote_event_polarity_get(p_gpiote, ch); in gpiote_evt_handle()
1659 static void irq_handler(NRF_GPIOTE_Type * p_gpiote, gpiote_control_block_t * p_cb) in irq_handler() argument
1662 uint32_t enabled_in_events = nrf_gpiote_int_enable_check(p_gpiote, NRF_GPIOTE_INT_IN_MASK); in irq_handler()
1663 uint32_t evt_mask = nrfy_gpiote_events_process(p_gpiote, in irq_handler()
1671 port_event_handle(p_gpiote, p_cb); in irq_handler()
1676 gpiote_evt_handle(p_gpiote, p_cb, evt_mask); in irq_handler()