Home
last modified time | relevance | path

Searched refs:NRF_GRTC_EVENT_RTCOMPARE (Results 1 – 3 of 3) 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()
461 nrfy_grtc_event_clear(NRF_GRTC, NRF_GRTC_EVENT_RTCOMPARE); in nrfx_grtc_rtcounter_cc_disable()
521 nrf_grtc_event_t event = NRF_GRTC_EVENT_RTCOMPARE; in nrfx_grtc_rtcounter_cc_absolute_set()
657 nrf_grtc_event_t event = sync ? NRF_GRTC_EVENT_RTCOMPARE : NRF_GRTC_EVENT_RTCOMPARESYNC; in nrfx_grtc_rtcounter_cc_int_enable()
/hal_nordic-latest/nrfx/haly/
Dnrfy_grtc.h157 __nrfy_internal_grtc_event_enabled_clear(p_reg, mask, NRF_GRTC_EVENT_RTCOMPARE); in nrfy_grtc_int_init()
228 nrf_grtc_publish_clear(p_reg, NRF_GRTC_EVENT_RTCOMPARE); in nrfy_grtc_prepare()
949 NRF_GRTC_EVENT_RTCOMPARE, in __nrfy_internal_grtc_events_process()
/hal_nordic-latest/nrfx/hal/
Dnrf_grtc.h327NRF_GRTC_EVENT_RTCOMPARE = offsetof(NRF_GRTC_Type, EVENTS_RTCOMPARE), /**< RTCOUNTER c… enumerator