Home
last modified time | relevance | path

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

/lk-master/external/platform/nrfx/drivers/include/
A Dnrfx_clock.h118 NRFX_STATIC_INLINE bool nrfx_clock_is_running(nrf_clock_domain_t domain, void * p_clk_src);
322 NRFX_STATIC_INLINE bool nrfx_clock_is_running(nrf_clock_domain_t domain, void * p_clk_src) in nrfx_clock_is_running() function
330 bool ret = nrfx_clock_is_running(NRF_CLOCK_DOMAIN_HFCLK, &clk_src); in nrfx_clock_hfclk_is_running()
336 return nrfx_clock_is_running(NRF_CLOCK_DOMAIN_LFCLK, NULL); in nrfx_clock_lfclk_is_running()
/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_clock.c357 NRFX_WAIT_FOR((!nrfx_clock_is_running(domain, &clk_src) || in nrfx_clock_stop()
362 NRFX_WAIT_FOR(!nrfx_clock_is_running(domain, NULL), 10000, 1, stopped); in nrfx_clock_stop()
384 if (!nrfx_clock_is_running(NRF_CLOCK_DOMAIN_HFCLK, &clk_src)) in nrfx_clock_calibration_start()
394 if (!nrfx_clock_is_running(NRF_CLOCK_DOMAIN_LFCLK, NULL)) in nrfx_clock_calibration_start()

Completed in 3 milliseconds