Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/samples/src/nrfx_gppi/fork/
Dmain.c123 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()
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/common/
Dsaadc_examples_common.c44 status = nrfx_gpiote_channel_alloc(p_gpiote, &gpiote_channel); in gpiote_pin_toggle_task_setup()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_gpiote.h249 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);
/hal_nordic-latest/nrfx/samples/src/nrfx_gppi/one_to_one/
Dmain.c117 status = nrfx_gpiote_channel_alloc(&gpiote_inst, &out_channel); in main()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_spis.c306 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()
Dnrfx_gpiote.c1112 nrfx_err_t nrfx_gpiote_channel_alloc(nrfx_gpiote_t const * p_instance, uint8_t * p_channel) in nrfx_gpiote_channel_alloc() function
1294 nrfx_err_t nrfx_gpiote_channel_alloc(uint8_t * p_channel) in nrfx_gpiote_channel_alloc() function