Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_grtc.c455 if (nrfy_grtc_int_enable_check(NRF_GRTC, int_mask)) in nrfx_grtc_rtcounter_cc_disable()
718 if (nrfy_grtc_int_enable_check(NRF_GRTC, int_mask)) in nrfx_grtc_syscounter_cc_disable()
851 return nrfy_grtc_int_enable_check(NRF_GRTC, GRTC_CHANNEL_TO_BITMASK(channel)); in nrfx_grtc_syscounter_cc_int_enable_check()
907 uint32_t active_int_mask = nrfy_grtc_int_enable_check(NRF_GRTC, event_mask); in grtc_irq_handler()
953 nrfy_grtc_int_enable_check(NRF_GRTC, NRF_GRTC_INT_SYSCOUNTERVALID_MASK)) in grtc_irq_handler()
/hal_nordic-latest/nrfx/haly/
Dnrfy_grtc.h544 NRFY_STATIC_INLINE uint32_t nrfy_grtc_int_enable_check(NRF_GRTC_Type const * p_reg, uint32_t mask) in nrfy_grtc_int_enable_check() function