Searched refs:NRFX_IRQ_IS_ENABLED (Results 1 – 3 of 3) sorted by relevance
58 if (!NRFX_IRQ_IS_ENABLED(nrfx_get_irq_number(NRF_CLOCK))) in nrfx_power_clock_irq_init()
106 #define NRFX_IRQ_IS_ENABLED(irq_number) NVIC_GetEnableIRQ(irq_number) macro
1828 if (NRFX_IRQ_IS_ENABLED(USBD_IRQn)) in nrfx_usbd_stop()1856 return (nrfx_usbd_is_enabled() && NRFX_IRQ_IS_ENABLED(USBD_IRQn)); in nrfx_usbd_is_started()
Completed in 6 milliseconds