Home
last modified time | relevance | path

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

/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_clock.c270 nrf_clock_lfclk_t lfclksrc; in nrfx_clock_start() local
271 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() local
537 (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