Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/haly/
Dnrfy_rtc.h151 nrf_rtc_task_trigger(p_reg, NRF_RTC_TASK_STOP); in nrfy_rtc_stop()
/hal_nordic-latest/nrfx/hal/
Dnrf_rtc.h97 NRF_RTC_TASK_STOP = offsetof(NRF_RTC_Type,TASKS_STOP), /**< Stop. */ enumerator
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_rtc.c141 nrfy_rtc_task_trigger(p_instance->p_reg, NRF_RTC_TASK_STOP); in nrfx_rtc_disable()