Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_grtc.c458 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()
/hal_nordic-latest/nrfx/haly/
Dnrfy_grtc.h617 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