Lines Matching refs:domain
195 static void clock_stop(nrf_clock_domain_t domain) in clock_stop() argument
200 switch (domain) in clock_stop()
243 nrf_clock_hfclk_t *p_clk_src = (domain == NRF_CLOCK_DOMAIN_HFCLK) ? &clk_src : NULL; in clock_stop()
244 NRFX_WAIT_FOR((!nrfx_clock_is_running(domain, p_clk_src) || in clock_stop()
248 NRFX_LOG_ERROR("Failed to stop clock domain: %d.", domain); in clock_stop()
252 if (domain == NRF_CLOCK_DOMAIN_HFCLK) in clock_stop()
394 void nrfx_clock_start(nrf_clock_domain_t domain) in nrfx_clock_start() argument
401 switch (domain) in nrfx_clock_start()
498 void nrfx_clock_stop(nrf_clock_domain_t domain) in nrfx_clock_stop() argument
501 clock_stop(domain); in nrfx_clock_stop()
680 nrfx_err_t nrfx_clock_divider_set(nrf_clock_domain_t domain, in nrfx_clock_divider_set() argument
683 switch(domain) in nrfx_clock_divider_set()