Searched refs:NRF_CLOCK_DOMAIN_LFCLK (Results 1 – 3 of 3) sorted by relevance
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_clock.c | 202 case NRF_CLOCK_DOMAIN_LFCLK: in clock_stop() 290 clock_stop(NRF_CLOCK_DOMAIN_LFCLK); in clock_lfclksrc_tweak() 377 clock_stop(NRF_CLOCK_DOMAIN_LFCLK); in nrfx_clock_uninit() 403 case NRF_CLOCK_DOMAIN_LFCLK: in nrfx_clock_start() 406 if (nrf_clock_is_running(NRF_CLOCK, NRF_CLOCK_DOMAIN_LFCLK, &lfclksrc)) in nrfx_clock_start() 413 else if (nrf_clock_start_task_check(NRF_CLOCK, NRF_CLOCK_DOMAIN_LFCLK)) in nrfx_clock_start() 518 else if (!nrfx_clock_is_running(NRF_CLOCK_DOMAIN_LFCLK, NULL)) in nrfx_clock_calibration_start() 781 (void)nrf_clock_is_running(NRF_CLOCK, NRF_CLOCK_DOMAIN_LFCLK, &lfclksrc); in nrfx_clock_irq_handler()
|
| /hal_nordic-latest/nrfx/drivers/include/ |
| D | nrfx_clock.h | 354 nrfx_clock_start(NRF_CLOCK_DOMAIN_LFCLK); in nrfx_clock_lfclk_start() 359 nrfx_clock_stop(NRF_CLOCK_DOMAIN_LFCLK); in nrfx_clock_lfclk_stop() 396 return nrfx_clock_is_running(NRF_CLOCK_DOMAIN_LFCLK, NULL); in nrfx_clock_lfclk_is_running()
|
| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_clock.h | 379 NRF_CLOCK_DOMAIN_LFCLK, enumerator 1096 case NRF_CLOCK_DOMAIN_LFCLK: in nrf_clock_start_task_check() 1138 case NRF_CLOCK_DOMAIN_LFCLK: in nrf_clock_is_running() 1222 (void)nrf_clock_is_running(p_reg, NRF_CLOCK_DOMAIN_LFCLK, &clk_src); in nrf_clock_lf_actv_src_get() 1236 return nrf_clock_is_running(p_reg, NRF_CLOCK_DOMAIN_LFCLK, NULL); in nrf_clock_lf_is_running() 1243 NRF_CLOCK_DOMAIN_LFCLK); in nrf_clock_lf_start_task_status_get() 1355 case NRF_CLOCK_DOMAIN_LFCLK: in nrf_clock_alwaysrun_set() 1394 case NRF_CLOCK_DOMAIN_LFCLK: in nrf_clock_alwaysrun_get() 1426 case NRF_CLOCK_DOMAIN_LFCLK: in nrf_clock_alwaysrun_active_get()
|