Home
last modified time | relevance | path

Searched refs:NRF_GRTC_TASK_CLEAR (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_grtc.h101 NRFX_GRTC_ACTION_CLEAR = NRF_GRTC_TASK_CLEAR, /**< Clear the GRTC. */
/hal_nordic-latest/nrfx/hal/
Dnrf_grtc.h247 NRF_GRTC_TASK_CLEAR = offsetof(NRF_GRTC_Type, TASKS_CLEAR), /**< Clear. */ enumerator
1502 (task != NRF_GRTC_TASK_CLEAR) && in nrf_grtc_subscribe_set()
1515 (task != NRF_GRTC_TASK_CLEAR) && in nrf_grtc_subscribe_clear()
/hal_nordic-latest/nrfx/haly/
Dnrfy_grtc.h231 nrf_grtc_task_trigger(p_reg, NRF_GRTC_TASK_CLEAR); in nrfy_grtc_prepare()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_grtc.c641 nrf_grtc_task_trigger(NRF_GRTC, NRF_GRTC_TASK_CLEAR); in nrfx_grtc_uninit()