Searched refs:lfclksrc (Results 1 – 1 of 1) sorted by relevance
270 nrf_clock_lfclk_t lfclksrc; in nrfx_clock_start() local271 if (nrf_clock_is_running(NRF_CLOCK, NRF_CLOCK_DOMAIN_LFCLK, &lfclksrc) && in nrfx_clock_start()272 lfclksrc == NRFX_CLOCK_CONFIG_LF_SRC) in nrfx_clock_start()536 nrf_clock_lfclk_t lfclksrc; in nrfx_clock_irq_handler() local537 (void)nrf_clock_is_running(NRF_CLOCK, NRF_CLOCK_DOMAIN_LFCLK, &lfclksrc); in nrfx_clock_irq_handler()538 if (lfclksrc == NRF_CLOCK_LFCLK_RC) in nrfx_clock_irq_handler()
Completed in 2 milliseconds