Lines Matching full:calibration
18 * - calibration - overall process of LFRC clock calibration which is performed
19 * periodically, calibration may include temperature monitoring, hf XTAL
21 * - cycle - all calibration phases (waiting, temperature monitoring,
22 * calibration).
23 * - process - calibration process which may consists of hf XTAL clock
24 * requesting, performing hw calibration and releasing hf clock.
25 * - hw_cal - calibration action performed by the hardware.
29 * In order to ensure that low frequency clock is not released when calibration
30 * is ongoing, it is requested by the calibration process and released when
31 * calibration is done.
52 * indicates performing calibration periodically regardless of temperature
115 /* Start actual HW calibration assuming that HFCLK XTAL is on. */
147 * that it is not released while calibration process in ongoing. in start_cal_process()
148 * If system releases the clock during calibration process it in start_cal_process()
149 * will be released at the end of calibration process and in start_cal_process()
162 * calibration.
202 /* Function determines if calibration should be performed based on temperature
216 /* Temperature read failed, force calibration. */ in measure_temperature()
233 LOG_DBG("Calibration %s. Temperature diff: %d (in 0.25'C units).", in measure_temperature()
269 LOG_DBG("Calibration stopped"); in z_nrf_clock_calibration_lfclk_stopped()
275 LOG_DBG("Calibration done."); in z_nrf_clock_calibration_done_handler()