Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_clock.h466NRF_CLOCK_TASK_HFCLKSTART = offsetof(NRF_CLOCK_Type, TASKS_XOSTART), /**< Start HFCLK… enumerator
469NRF_CLOCK_TASK_HFCLKSTART = offsetof(NRF_CLOCK_Type, TASKS_HFCLKSTART), /**< Start HFCLK…
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_clock.c457 task = NRF_CLOCK_TASK_HFCLKSTART; in nrfx_clock_start()