Home
last modified time | relevance | path

Searched refs:nrfy_rtc_int_enable_check (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_rtc.c156 if (nrfy_rtc_int_enable_check(p_instance->p_reg, int_mask)) in nrfx_rtc_cc_disable()
288 uint32_t active_cc_mask = nrfy_rtc_int_enable_check(p_reg, NRF_RTC_ALL_CHANNELS_INT_MASK); in irq_handler()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_rtc.h333 *p_mask = nrfy_rtc_int_enable_check(p_instance->p_reg, ~0uL); in nrfx_rtc_int_disable()
/hal_nordic-latest/nrfx/haly/
Dnrfy_rtc.h231 NRFY_STATIC_INLINE uint32_t nrfy_rtc_int_enable_check(NRF_RTC_Type * p_reg, in nrfy_rtc_int_enable_check() function