Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_rtc.c114 NRF_RTC_ALL_CHANNELS_INT_MASK; in nrfx_rtc_uninit()
284 NRF_RTC_ALL_CHANNELS_INT_MASK; in irq_handler()
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.h336 NRF_RTC_ALL_CHANNELS_INT_MASK); in nrfx_rtc_int_disable()
/hal_nordic-latest/nrfx/hal/
Dnrf_rtc.h86 #define NRF_RTC_ALL_CHANNELS_INT_MASK \ macro