Lines Matching refs:task
199 nrf_clock_task_t task; in clock_stop() local
204 task = NRF_CLOCK_TASK_LFCLKSTOP; in clock_stop()
215 task = NRF_CLOCK_TASK_HFCLKSTOP; in clock_stop()
221 task = NRF_CLOCK_TASK_HFCLK192MSTOP; in clock_stop()
228 task = NRF_CLOCK_TASK_HFCLKAUDIOSTOP; in clock_stop()
238 nrf_clock_task_trigger(NRF_CLOCK, task); in clock_stop()
398 nrf_clock_task_t task; in nrfx_clock_start() local
446 task = NRF_CLOCK_TASK_LFCLKSTART; in nrfx_clock_start()
457 task = NRF_CLOCK_TASK_HFCLKSTART; in nrfx_clock_start()
463 task = NRF_CLOCK_TASK_HFCLK192MSTART; in nrfx_clock_start()
470 task = NRF_CLOCK_TASK_HFCLKAUDIOSTART; in nrfx_clock_start()
485 nrf_clock_task_trigger(NRF_CLOCK, task); in nrfx_clock_start()