Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_clock.h467NRF_CLOCK_TASK_HFCLKSTOP = offsetof(NRF_CLOCK_Type, TASKS_XOSTOP), /**< Stop HFCLK … enumerator
470NRF_CLOCK_TASK_HFCLKSTOP = offsetof(NRF_CLOCK_Type, TASKS_HFCLKSTOP), /**< Stop HFCLK …
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_clock.c215 task = NRF_CLOCK_TASK_HFCLKSTOP; in clock_stop()