Home
last modified time | relevance | path

Searched refs:OFFSET_TARGET (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/backend/
H A Drts8891.c102 #define OFFSET_TARGET 3.5 /* target average for offset calibration */ macro
5220 * reaches the desired value (OFFSET_TARGET).
5371 if (fabs (ra - OFFSET_TARGET) < OFFSET_MARGIN) in offset_calibration()
5379 if (ra > OFFSET_TARGET) in offset_calibration()
5384 if (ra < OFFSET_TARGET) in offset_calibration()
5393 if (fabs (ba - OFFSET_TARGET) < OFFSET_MARGIN) in offset_calibration()
5400 if (ba > OFFSET_TARGET) in offset_calibration()
5405 if (ba < OFFSET_TARGET) in offset_calibration()
5414 if (fabs (ga - OFFSET_TARGET) < OFFSET_MARGIN) in offset_calibration()
5421 if (ga > OFFSET_TARGET) in offset_calibration()
[all...]

Completed in 6 milliseconds