Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_clock.h134 NRFX_STATIC_INLINE bool nrfx_clock_is_running(nrf_clock_domain_t domain, void * p_clk_src);
382 NRFX_STATIC_INLINE bool nrfx_clock_is_running(nrf_clock_domain_t domain, void * p_clk_src) in nrfx_clock_is_running() function
390 bool ret = nrfx_clock_is_running(NRF_CLOCK_DOMAIN_HFCLK, &clk_src); in nrfx_clock_hfclk_is_running()
396 return nrfx_clock_is_running(NRF_CLOCK_DOMAIN_LFCLK, NULL); in nrfx_clock_lfclk_is_running()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_clock.c244 NRFX_WAIT_FOR((!nrfx_clock_is_running(domain, p_clk_src) || in clock_stop()
510 if (!nrfx_clock_is_running(NRF_CLOCK_DOMAIN_HFCLK, &clk_src)) in nrfx_clock_calibration_start()
518 else if (!nrfx_clock_is_running(NRF_CLOCK_DOMAIN_LFCLK, NULL)) in nrfx_clock_calibration_start()