Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_gpiote.h211 nrfx_err_t nrfx_gpiote_init(nrfx_gpiote_t const * p_instance, uint8_t interrupt_priority);
643 nrfx_err_t nrfx_gpiote_init(uint8_t interrupt_priority);
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/advanced_blocking/
Dmain.c112 status = nrfx_gpiote_init(&gpiote_inst, NRFX_GPIOTE_DEFAULT_CONFIG_IRQ_PRIORITY); in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_gppi/one_to_one/
Dmain.c112 status = nrfx_gpiote_init(&gpiote_inst, NRFX_GPIOTE_DEFAULT_CONFIG_IRQ_PRIORITY); in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_gppi/fork/
Dmain.c118 status = nrfx_gpiote_init(&gpiote_inst, NRFX_GPIOTE_DEFAULT_CONFIG_IRQ_PRIORITY); in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/advanced_non_blocking_internal_timer/
Dmain.c225 status = nrfx_gpiote_init(&gpiote_inst, NRFX_GPIOTE_DEFAULT_CONFIG_IRQ_PRIORITY); in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/simple_blocking/
Dmain.c145 status = nrfx_gpiote_init(&gpiote_inst, NRFX_GPIOTE_DEFAULT_CONFIG_IRQ_PRIORITY); in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/simple_non_blocking/
Dmain.c187 status = nrfx_gpiote_init(&gpiote_inst, NRFX_GPIOTE_DEFAULT_CONFIG_IRQ_PRIORITY); in main()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_spis.c305 (void)nrfx_gpiote_init(&gpiote, NRFX_GPIOTE_DEFAULT_CONFIG_IRQ_PRIORITY); in nrfx_spis_init()
308 (void)nrfx_gpiote_init(NRFX_GPIOTE_DEFAULT_CONFIG_IRQ_PRIORITY); in nrfx_spis_init()
Dnrfx_gpiote.c1087 nrfx_err_t nrfx_gpiote_init(nrfx_gpiote_t const * p_instance, uint8_t interrupt_priority) in nrfx_gpiote_init() function
1269 nrfx_err_t nrfx_gpiote_init(uint8_t interrupt_priority) in nrfx_gpiote_init() function
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/maximum_performance/
Dmain.c316 status = nrfx_gpiote_init(&gpiote_inst, NRFX_GPIOTE_DEFAULT_CONFIG_IRQ_PRIORITY); in main()
/hal_nordic-latest/nrfx/
DCHANGELOG.md504 - Changed nrfx_gpiote_init() function to take the interrupt priority as its parameter. Previously t…