Home
last modified time | relevance | path

Searched refs:NRF_GRTC_EVENT_SYSCOUNTERVALID (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-latest/nrfx/hal/
Dnrf_grtc.h331NRF_GRTC_EVENT_SYSCOUNTERVALID = offsetof(NRF_GRTC_Type, EVENTS_SYSCOUNTERVALID), /**< SYSCOUNTER … enumerator
1527 NRFX_ASSERT(event != NRF_GRTC_EVENT_SYSCOUNTERVALID); in nrf_grtc_publish_set()
1541 NRFX_ASSERT(event != NRF_GRTC_EVENT_SYSCOUNTERVALID); in nrf_grtc_publish_clear()
1558 NRFX_ASSERT(event != NRF_GRTC_EVENT_SYSCOUNTERVALID); in nrf_grtc_event_clear()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_grtc.c681 nrfy_grtc_int_enable(NRF_GRTC, NRFY_EVENT_TO_INT_BITMASK(NRF_GRTC_EVENT_SYSCOUNTERVALID)); in nrfx_grtc_syscountervalid_int_enable()
952 if (nrfy_grtc_event_check(NRF_GRTC, NRF_GRTC_EVENT_SYSCOUNTERVALID) && in grtc_irq_handler()
/hal_nordic-latest/nrfx/haly/
Dnrfy_grtc.h980 bool check = nrf_grtc_event_check(p_reg, NRF_GRTC_EVENT_SYSCOUNTERVALID); in __nrfy_internal_grtc_sys_counter_ready_check()