Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_gpiote.c200 } gpiote_control_block_t; typedef
241 static gpiote_control_block_t m_cb[NRFX_GPIOTE_ENABLED_COUNT] = {
292 static gpiote_control_block_t * get_cb(uint32_t idx) in get_cb()
575 static nrfx_gpiote_handler_config_t const * channel_handler_get(gpiote_control_block_t * p_cb, in channel_handler_get()
804 gpiote_control_block_t * p_cb = get_cb(p_instance->drv_inst_idx); in gpiote_init()
1082 gpiote_control_block_t * p_cb = get_cb(p_instance->drv_inst_idx); in nrfx_gpiote_channels_number_get()
1407 static void call_handler(gpiote_control_block_t * p_cb, in call_handler()
1423 static void next_sense_cond_call_handler(gpiote_control_block_t * p_cb, in next_sense_cond_call_handler()
1482 static void port_event_handle(NRF_GPIOTE_Type * p_gpiote, gpiote_control_block_t * p_cb) 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()
[all …]