Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_grtc.c65 #define GRTC_NON_SYSCOMPARE_INT_MASK (NRF_GRTC_INT_RTCOMPARE_MASK | \
444 uint32_t int_mask = NRF_GRTC_INT_RTCOMPARE_MASK | NRF_GRTC_INT_RTCOMPARESYNC_MASK; in nrfx_grtc_rtcounter_cc_disable()
668 nrfy_grtc_int_disable(NRF_GRTC, NRF_GRTC_INT_RTCOMPARE_MASK | NRF_GRTC_INT_RTCOMPARESYNC_MASK); in nrfx_grtc_rtcounter_cc_int_disable()
927 if (active_int_mask & NRF_GRTC_INT_RTCOMPARE_MASK) in grtc_irq_handler()
/hal_nordic-latest/nrfx/hal/
Dnrf_grtc.h391NRF_GRTC_INT_RTCOMPARE_MASK = GRTC_INTENSET0_RTCOMPARE_Msk, /**< GRTC interrupt from R… enumerator