Home
last modified time | relevance | path

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

/lk-master/external/platform/nrfx/drivers/include/
A Dnrfx_clock.h278 case NRF_CLOCK_DOMAIN_HFCLK: in nrfx_clock_divider_get()
304 nrfx_clock_start(NRF_CLOCK_DOMAIN_HFCLK); in nrfx_clock_hfclk_start()
309 nrfx_clock_stop(NRF_CLOCK_DOMAIN_HFCLK); in nrfx_clock_hfclk_stop()
330 bool ret = nrfx_clock_is_running(NRF_CLOCK_DOMAIN_HFCLK, &clk_src); in nrfx_clock_hfclk_is_running()
/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_clock.c251 nrfx_clock_stop(NRF_CLOCK_DOMAIN_HFCLK); in nrfx_clock_uninit()
294 case NRF_CLOCK_DOMAIN_HFCLK: in nrfx_clock_start()
329 case NRF_CLOCK_DOMAIN_HFCLK: in nrfx_clock_stop()
354 if (domain == NRF_CLOCK_DOMAIN_HFCLK) in nrfx_clock_stop()
371 if (domain == NRF_CLOCK_DOMAIN_HFCLK) in nrfx_clock_stop()
384 if (!nrfx_clock_is_running(NRF_CLOCK_DOMAIN_HFCLK, &clk_src)) in nrfx_clock_calibration_start()
457 case NRF_CLOCK_DOMAIN_HFCLK: in nrfx_clock_divider_set()
/lk-master/external/platform/nrfx/hal/
A Dnrf_clock.h176 NRF_CLOCK_DOMAIN_HFCLK, enumerator
762 case NRF_CLOCK_DOMAIN_HFCLK: in nrf_clock_start_task_check()
800 case NRF_CLOCK_DOMAIN_HFCLK: in nrf_clock_is_running()
896 bool ret = nrf_clock_is_running(p_reg, NRF_CLOCK_DOMAIN_HFCLK, &active_clk_src); in nrf_clock_hf_is_running()
904 NRF_CLOCK_DOMAIN_HFCLK); in nrf_clock_hf_start_task_status_get()
982 case NRF_CLOCK_DOMAIN_HFCLK: in nrf_clock_alwaysrun_set()
1015 case NRF_CLOCK_DOMAIN_HFCLK: in nrf_clock_alwaysrun_get()
1042 case NRF_CLOCK_DOMAIN_HFCLK: in nrf_clock_alwaysrun_active_get()

Completed in 6 milliseconds