Searched refs:nrfx_gpiote_channel_alloc (Results 1 – 6 of 6) sorted by relevance
123 status = nrfx_gpiote_channel_alloc(&gpiote_inst, &out_channel_primary); in main()126 status = nrfx_gpiote_channel_alloc(&gpiote_inst, &out_channel_fork); in main()
44 status = nrfx_gpiote_channel_alloc(p_gpiote, &gpiote_channel); in gpiote_pin_toggle_task_setup()
249 nrfx_err_t nrfx_gpiote_channel_alloc(nrfx_gpiote_t const * p_instance, uint8_t * p_channel);649 nrfx_err_t nrfx_gpiote_channel_alloc(uint8_t * p_channel);
117 status = nrfx_gpiote_channel_alloc(&gpiote_inst, &out_channel); in main()
306 err_code = nrfx_gpiote_channel_alloc(&gpiote, &p_cb->gpiote_ch); in nrfx_spis_init()309 err_code = nrfx_gpiote_channel_alloc(&p_cb->gpiote_ch); in nrfx_spis_init()
1112 nrfx_err_t nrfx_gpiote_channel_alloc(nrfx_gpiote_t const * p_instance, uint8_t * p_channel) in nrfx_gpiote_channel_alloc() function1294 nrfx_err_t nrfx_gpiote_channel_alloc(uint8_t * p_channel) in nrfx_gpiote_channel_alloc() function