Home
last modified time | relevance | path

Searched defs:irqn (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-latest/nrfx/haly/
Dnrfy_gpiote.h96 IRQn_Type irqn = NRF_GPIOTE_IRQn_EXT; in nrfy_gpiote_int_init() local
98 IRQn_Type irqn = GPIOTE130_IRQn; in nrfy_gpiote_int_init() local
100 IRQn_Type irqn = (IRQn_Type)(nrfx_get_irq_number(p_reg) + 1); in nrfy_gpiote_int_init() local
102 IRQn_Type irqn = nrfx_get_irq_number(p_reg); in nrfy_gpiote_int_init() local
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_power_clock.h61 IRQn_Type irqn = CLOCK_POWER_IRQn; in nrfx_power_clock_irq_init() local
63 IRQn_Type irqn = nrfx_get_irq_number(NRF_CLOCK); in nrfx_power_clock_irq_init() local
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_power.c157 IRQn_Type irqn = CLOCK_POWER_IRQn; in nrfx_power_uninit() local
Dnrfx_clock.c352 IRQn_Type irqn = CLOCK_POWER_IRQn; in nrfx_clock_disable() local