Searched refs:nrfx_gpiote_init (Results 1 – 11 of 11) sorted by relevance
| /hal_nordic-latest/nrfx/drivers/include/ |
| D | nrfx_gpiote.h | 211 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/ |
| D | main.c | 112 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/ |
| D | main.c | 112 status = nrfx_gpiote_init(&gpiote_inst, NRFX_GPIOTE_DEFAULT_CONFIG_IRQ_PRIORITY); in main()
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_gppi/fork/ |
| D | main.c | 118 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/ |
| D | main.c | 225 status = nrfx_gpiote_init(&gpiote_inst, NRFX_GPIOTE_DEFAULT_CONFIG_IRQ_PRIORITY); in main()
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_saadc/simple_blocking/ |
| D | main.c | 145 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/ |
| D | main.c | 187 status = nrfx_gpiote_init(&gpiote_inst, NRFX_GPIOTE_DEFAULT_CONFIG_IRQ_PRIORITY); in main()
|
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_spis.c | 305 (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()
|
| D | nrfx_gpiote.c | 1087 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/ |
| D | main.c | 316 status = nrfx_gpiote_init(&gpiote_inst, NRFX_GPIOTE_DEFAULT_CONFIG_IRQ_PRIORITY); in main()
|
| /hal_nordic-latest/nrfx/ |
| D | CHANGELOG.md | 504 - Changed nrfx_gpiote_init() function to take the interrupt priority as its parameter. Previously t…
|