Home
last modified time | relevance | path

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

/external/platform/nrfx/drivers/src/
A Dnrfx_clock.c130 volatile nrfx_clock_cal_state_t cal_state; member
189 m_clock_cb.cal_state = CAL_STATE_IDLE; in nrfx_clock_init()
399 if (m_clock_cb.cal_state == CAL_STATE_IDLE) in nrfx_clock_calibration_start()
403 m_clock_cb.cal_state = CAL_STATE_CAL; in nrfx_clock_calibration_start()
424 if (m_clock_cb.cal_state == CAL_STATE_CAL) in nrfx_clock_is_calibrating()
573 m_clock_cb.cal_state = CAL_STATE_IDLE; in nrfx_clock_irq_handler()

Completed in 3 milliseconds