Home
last modified time | relevance | path

Searched refs:irqn (Results 1 – 5 of 5) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/sl/include/platform/
Dnrf_802154_irq.h80 void nrf_802154_irq_init(uint32_t irqn, int32_t prio, nrf_802154_isr_t isr);
87 void nrf_802154_irq_enable(uint32_t irqn);
94 void nrf_802154_irq_disable(uint32_t irqn);
101 void nrf_802154_irq_set_pending(uint32_t irqn);
108 void nrf_802154_irq_clear_pending(uint32_t irqn);
118 bool nrf_802154_irq_is_enabled(uint32_t irqn);
132 uint32_t nrf_802154_irq_priority_get(uint32_t irqn);
/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
65 if (!NRFX_IRQ_IS_ENABLED(irqn)) in nrfx_power_clock_irq_init()
67 NRFX_IRQ_PRIORITY_SET(irqn, priority); in nrfx_power_clock_irq_init()
68 NRFX_IRQ_ENABLE(irqn); in nrfx_power_clock_irq_init()
/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
104 NRFX_IRQ_PRIORITY_SET(irqn, irq_priority); in nrfy_gpiote_int_init()
105 NRFX_IRQ_ENABLE(irqn); in nrfy_gpiote_int_init()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_power.c157 IRQn_Type irqn = CLOCK_POWER_IRQn; in nrfx_power_uninit() local
159 IRQn_Type irqn = nrfx_get_irq_number(NRF_POWER); in nrfx_power_uninit()
161 NRFX_IRQ_DISABLE(irqn); in nrfx_power_uninit()
Dnrfx_clock.c352 IRQn_Type irqn = CLOCK_POWER_IRQn; in nrfx_clock_disable() local
354 IRQn_Type irqn = nrfx_get_irq_number(NRF_CLOCK); in nrfx_clock_disable()
356 NRFX_IRQ_DISABLE(irqn); in nrfx_clock_disable()