Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_clock.c144 volatile nrfx_clock_cal_state_t cal_state; member
306 m_clock_cb.cal_state = CAL_STATE_IDLE; in nrfx_clock_init()
531 if (m_clock_cb.cal_state == CAL_STATE_IDLE) in nrfx_clock_calibration_start()
535 m_clock_cb.cal_state = CAL_STATE_CAL; in nrfx_clock_calibration_start()
566 if (m_clock_cb.cal_state == CAL_STATE_CAL) in nrfx_clock_is_calibrating()
829 m_clock_cb.cal_state = CAL_STATE_IDLE; in nrfx_clock_irq_handler()