Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/common/
Dsaadc_examples_common.c38 void gpiote_pin_toggle_task_setup(nrfx_gpiote_t const * p_gpiote, nrfx_gpiote_pin_t pin) in gpiote_pin_toggle_task_setup() argument
44 status = nrfx_gpiote_channel_alloc(p_gpiote, &gpiote_channel); in gpiote_pin_toggle_task_setup()
61 status = nrfx_gpiote_output_configure(p_gpiote, pin, &output_config, &task_config); in gpiote_pin_toggle_task_setup()
64 nrfx_gpiote_out_task_enable(p_gpiote, pin); in gpiote_pin_toggle_task_setup()
67 void pin_on_event_toggle_setup(nrfx_gpiote_t const * p_gpiote, nrfx_gpiote_pin_t pin, uint32_t eep) in pin_on_event_toggle_setup() argument
74 gpiote_pin_toggle_task_setup(p_gpiote, pin); in pin_on_event_toggle_setup()
81 nrfx_gpiote_out_task_address_get(p_gpiote, pin)); in pin_on_event_toggle_setup()
Dsaadc_examples_common.h87 void gpiote_pin_toggle_task_setup(nrfx_gpiote_t const * p_gpiote, nrfx_gpiote_pin_t pin);
96 void pin_on_event_toggle_setup(nrfx_gpiote_t const * p_gpiote, nrfx_gpiote_pin_t pin, uint32_t eep);
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_gpiote.c1482 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()
[all …]