Home
last modified time | relevance | path

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

/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_clock.c229 nrf_clock_task_trigger(NRF_CLOCK_TASK_LFCLKSTART); in nrfx_clock_lfclk_start()
235 nrf_clock_task_trigger(NRF_CLOCK_TASK_LFCLKSTOP); in nrfx_clock_lfclk_stop()
245 nrf_clock_task_trigger(NRF_CLOCK_TASK_HFCLKSTART); in nrfx_clock_hfclk_start()
251 nrf_clock_task_trigger(NRF_CLOCK_TASK_HFCLKSTOP); in nrfx_clock_hfclk_stop()
282 nrf_clock_task_trigger(NRF_CLOCK_TASK_CAL); in nrfx_clock_calibration_start()
313 nrf_clock_task_trigger(NRF_CLOCK_TASK_CTSTART); in nrfx_clock_calibration_timer_start()
321 nrf_clock_task_trigger(NRF_CLOCK_TASK_CTSTOP); in nrfx_clock_calibration_timer_stop()
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_clock.h219 __STATIC_INLINE void nrf_clock_task_trigger(nrf_clock_task_t task);
407 __STATIC_INLINE void nrf_clock_task_trigger(nrf_clock_task_t task) in nrf_clock_task_trigger() function