Searched refs:nrfy_grtc_event_check (Results 1 – 2 of 2) sorted by relevance
458 if (nrfy_grtc_event_check(NRF_GRTC, NRF_GRTC_EVENT_RTCOMPARE) || in nrfx_grtc_rtcounter_cc_disable()459 nrfy_grtc_event_check(NRF_GRTC, NRF_GRTC_EVENT_RTCOMPARESYNC)) in nrfx_grtc_rtcounter_cc_disable()952 if (nrfy_grtc_event_check(NRF_GRTC, NRF_GRTC_EVENT_SYSCOUNTERVALID) && in grtc_irq_handler()
617 NRFY_STATIC_INLINE bool nrfy_grtc_event_check(NRF_GRTC_Type const * p_reg, nrf_grtc_event_t event) in nrfy_grtc_event_check() function