Home
last modified time | relevance | path

Searched refs:NRF_CLOCK_DOMAIN_HFCLK (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_clock.h338 case NRF_CLOCK_DOMAIN_HFCLK: in nrfx_clock_divider_get()
364 nrfx_clock_start(NRF_CLOCK_DOMAIN_HFCLK); in nrfx_clock_hfclk_start()
369 nrfx_clock_stop(NRF_CLOCK_DOMAIN_HFCLK); in nrfx_clock_hfclk_stop()
390 bool ret = nrfx_clock_is_running(NRF_CLOCK_DOMAIN_HFCLK, &clk_src); in nrfx_clock_hfclk_is_running()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_clock.c207 case NRF_CLOCK_DOMAIN_HFCLK: in clock_stop()
243 nrf_clock_hfclk_t *p_clk_src = (domain == NRF_CLOCK_DOMAIN_HFCLK) ? &clk_src : NULL; in clock_stop()
252 if (domain == NRF_CLOCK_DOMAIN_HFCLK) in clock_stop()
378 clock_stop(NRF_CLOCK_DOMAIN_HFCLK); in nrfx_clock_uninit()
448 case NRF_CLOCK_DOMAIN_HFCLK: in nrfx_clock_start()
510 if (!nrfx_clock_is_running(NRF_CLOCK_DOMAIN_HFCLK, &clk_src)) in nrfx_clock_calibration_start()
686 case NRF_CLOCK_DOMAIN_HFCLK: in nrfx_clock_divider_set()
/hal_nordic-latest/nrfx/hal/
Dnrf_clock.h381 NRF_CLOCK_DOMAIN_HFCLK, enumerator
1100 case NRF_CLOCK_DOMAIN_HFCLK: in nrf_clock_start_task_check()
1157 case NRF_CLOCK_DOMAIN_HFCLK: in nrf_clock_is_running()
1273 bool ret = nrf_clock_is_running(p_reg, NRF_CLOCK_DOMAIN_HFCLK, &active_clk_src); in nrf_clock_hf_is_running()
1281 NRF_CLOCK_DOMAIN_HFCLK); in nrf_clock_hf_start_task_status_get()
1362 case NRF_CLOCK_DOMAIN_HFCLK: in nrf_clock_alwaysrun_set()
1399 case NRF_CLOCK_DOMAIN_HFCLK: in nrf_clock_alwaysrun_get()
1431 case NRF_CLOCK_DOMAIN_HFCLK: in nrf_clock_alwaysrun_active_get()