Lines Matching refs:domain
262 void nrfx_clock_start(nrf_clock_domain_t domain) in nrfx_clock_start() argument
265 switch (domain) in nrfx_clock_start()
319 void nrfx_clock_stop(nrf_clock_domain_t domain) in nrfx_clock_stop() argument
322 switch (domain) in nrfx_clock_stop()
354 if (domain == NRF_CLOCK_DOMAIN_HFCLK) in nrfx_clock_stop()
357 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()
367 NRFX_LOG_ERROR("Failed to stop clock domain: %d.", domain); in nrfx_clock_stop()
371 if (domain == NRF_CLOCK_DOMAIN_HFCLK) in nrfx_clock_stop()
451 nrfx_err_t nrfx_clock_divider_set(nrf_clock_domain_t domain, in nrfx_clock_divider_set() argument
454 switch(domain) in nrfx_clock_divider_set()