Home
last modified time | relevance | path

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

/lk-master/external/platform/nrfx/drivers/include/
A Dnrfx_clock.h294 nrfx_clock_start(NRF_CLOCK_DOMAIN_LFCLK); in nrfx_clock_lfclk_start()
299 nrfx_clock_stop(NRF_CLOCK_DOMAIN_LFCLK); in nrfx_clock_lfclk_stop()
336 return nrfx_clock_is_running(NRF_CLOCK_DOMAIN_LFCLK, NULL); in nrfx_clock_lfclk_is_running()
/lk-master/external/platform/nrfx/hal/
A Dnrf_clock.h175 NRF_CLOCK_DOMAIN_LFCLK, enumerator
759 case NRF_CLOCK_DOMAIN_LFCLK: in nrf_clock_start_task_check()
787 case NRF_CLOCK_DOMAIN_LFCLK: in nrf_clock_is_running()
853 (void)nrf_clock_is_running(p_reg, NRF_CLOCK_DOMAIN_LFCLK, &clk_src); in nrf_clock_lf_actv_src_get()
865 return nrf_clock_is_running(p_reg, NRF_CLOCK_DOMAIN_LFCLK, NULL); in nrf_clock_lf_is_running()
872 NRF_CLOCK_DOMAIN_LFCLK); in nrf_clock_lf_start_task_status_get()
977 case NRF_CLOCK_DOMAIN_LFCLK: in nrf_clock_alwaysrun_set()
1012 case NRF_CLOCK_DOMAIN_LFCLK: in nrf_clock_alwaysrun_get()
1039 case NRF_CLOCK_DOMAIN_LFCLK: in nrf_clock_alwaysrun_active_get()
/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_clock.c250 nrfx_clock_stop(NRF_CLOCK_DOMAIN_LFCLK); in nrfx_clock_uninit()
267 case NRF_CLOCK_DOMAIN_LFCLK: in nrfx_clock_start()
271 if (nrf_clock_is_running(NRF_CLOCK, NRF_CLOCK_DOMAIN_LFCLK, &lfclksrc) && in nrfx_clock_start()
324 case NRF_CLOCK_DOMAIN_LFCLK: in nrfx_clock_stop()
394 if (!nrfx_clock_is_running(NRF_CLOCK_DOMAIN_LFCLK, NULL)) in nrfx_clock_calibration_start()
537 (void)nrf_clock_is_running(NRF_CLOCK, NRF_CLOCK_DOMAIN_LFCLK, &lfclksrc); in nrfx_clock_irq_handler()

Completed in 6 milliseconds