Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_clock.c148 volatile bool xo_tune_in_progress; member
577 if ((hfclksrc != NRF_CLOCK_HFCLK_HIGH_ACCURACY) || (m_clock_cb.xo_tune_in_progress)) in nrfx_clock_xo_tune_start()
592 m_clock_cb.xo_tune_in_progress = true; in nrfx_clock_xo_tune_start()
604 m_clock_cb.xo_tune_in_progress = false; in nrfx_clock_xo_tune_start()
621 if ((hfclksrc != NRF_CLOCK_HFCLK_HIGH_ACCURACY) || (!m_clock_cb.xo_tune_in_progress)) in nrfx_clock_xo_tune_abort()
627 m_clock_cb.xo_tune_in_progress = false; in nrfx_clock_xo_tune_abort()
859 m_clock_cb.xo_tune_in_progress = false; in nrfx_clock_irq_handler()
882 m_clock_cb.xo_tune_in_progress = false; in nrfx_clock_irq_handler()