Searched refs:irqn (Results 1 – 5 of 5) sorted by relevance
80 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);
61 IRQn_Type irqn = CLOCK_POWER_IRQn; in nrfx_power_clock_irq_init() local63 IRQn_Type irqn = nrfx_get_irq_number(NRF_CLOCK); in nrfx_power_clock_irq_init() local65 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()
96 IRQn_Type irqn = NRF_GPIOTE_IRQn_EXT; in nrfy_gpiote_int_init() local98 IRQn_Type irqn = GPIOTE130_IRQn; in nrfy_gpiote_int_init() local100 IRQn_Type irqn = (IRQn_Type)(nrfx_get_irq_number(p_reg) + 1); in nrfy_gpiote_int_init() local102 IRQn_Type irqn = nrfx_get_irq_number(p_reg); in nrfy_gpiote_int_init() local104 NRFX_IRQ_PRIORITY_SET(irqn, irq_priority); in nrfy_gpiote_int_init()105 NRFX_IRQ_ENABLE(irqn); in nrfy_gpiote_int_init()
157 IRQn_Type irqn = CLOCK_POWER_IRQn; in nrfx_power_uninit() local159 IRQn_Type irqn = nrfx_get_irq_number(NRF_POWER); in nrfx_power_uninit()161 NRFX_IRQ_DISABLE(irqn); in nrfx_power_uninit()
352 IRQn_Type irqn = CLOCK_POWER_IRQn; in nrfx_clock_disable() local354 IRQn_Type irqn = nrfx_get_irq_number(NRF_CLOCK); in nrfx_clock_disable()356 NRFX_IRQ_DISABLE(irqn); in nrfx_clock_disable()