Home
last modified time | relevance | path

Searched refs:clk_src (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_clock.h389 nrf_clock_hfclk_t clk_src; in nrfx_clock_hfclk_is_running() local
390 bool ret = nrfx_clock_is_running(NRF_CLOCK_DOMAIN_HFCLK, &clk_src); in nrfx_clock_hfclk_is_running()
391 return (ret && (clk_src == NRF_CLOCK_HFCLK_HIGH_ACCURACY)); in nrfx_clock_hfclk_is_running()
Dnrfx_grtc.h557 NRFX_STATIC_INLINE void nrfx_grtc_clock_source_set(nrf_grtc_clksel_t clk_src);
601 NRFX_STATIC_INLINE void nrfx_grtc_clock_source_set(nrf_grtc_clksel_t clk_src) in nrfx_grtc_clock_source_set() argument
603 nrfy_grtc_clksel_set(NRF_GRTC, clk_src); in nrfx_grtc_clock_source_set()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_clock.c242 nrf_clock_hfclk_t clk_src = NRF_CLOCK_HFCLK_HIGH_ACCURACY; in clock_stop() local
243 nrf_clock_hfclk_t *p_clk_src = (domain == NRF_CLOCK_DOMAIN_HFCLK) ? &clk_src : NULL; in clock_stop()
245 (p_clk_src && clk_src != NRF_CLOCK_HFCLK_HIGH_ACCURACY)), 10000, 1, stopped); in clock_stop()
509 nrf_clock_hfclk_t clk_src; in nrfx_clock_calibration_start() local
510 if (!nrfx_clock_is_running(NRF_CLOCK_DOMAIN_HFCLK, &clk_src)) in nrfx_clock_calibration_start()
514 else if (clk_src != NRF_CLOCK_HFCLK_HIGH_ACCURACY) in nrfx_clock_calibration_start()
/hal_nordic-latest/nrfx/hal/
Dnrf_clock.h784 nrf_clock_hfclk_t clk_src);
1221 nrf_clock_lfclk_t clk_src; in nrf_clock_lf_actv_src_get() local
1222 (void)nrf_clock_is_running(p_reg, NRF_CLOCK_DOMAIN_LFCLK, &clk_src); in nrf_clock_lf_actv_src_get()
1223 return clk_src; in nrf_clock_lf_actv_src_get()
1270 nrf_clock_hfclk_t clk_src) in nrf_clock_hf_is_running() argument
1274 return (ret && (active_clk_src == clk_src)); in nrf_clock_hf_is_running()