Home
last modified time | relevance | path

Searched refs:nrf_rtc_int_is_enabled (Results 1 – 2 of 2) sorted by relevance

/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_rtc.c147 if (nrf_rtc_int_is_enabled(p_instance->p_reg,int_mask)) in nrfx_rtc_cc_disable()
288 if (nrf_rtc_int_is_enabled(p_reg,int_mask) && nrf_rtc_event_pending(p_reg,event)) in irq_handler()
300 if (nrf_rtc_int_is_enabled(p_reg,NRF_RTC_INT_TICK_MASK) && in irq_handler()
309 if (nrf_rtc_int_is_enabled(p_reg,NRF_RTC_INT_OVERFLOW_MASK) && in irq_handler()
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_rtc.h143 __STATIC_INLINE uint32_t nrf_rtc_int_is_enabled(NRF_RTC_Type * p_reg, uint32_t mask);
302 __STATIC_INLINE uint32_t nrf_rtc_int_is_enabled(NRF_RTC_Type * p_reg, uint32_t mask) in nrf_rtc_int_is_enabled() function