Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/over_temp/
Dover_temp_cal.c1534 memset(&over_temp_cal->debug_overtempcal, 0, sizeof(struct DebugOverTempCal)); in updateDebugData()
1540 over_temp_cal->debug_overtempcal.temp_sensitivity[i] = in updateDebugData()
1542 over_temp_cal->debug_overtempcal.sensor_intercept[i] = in updateDebugData()
1547 over_temp_cal->debug_overtempcal.temp_sensitivity[i] = 0.0f; in updateDebugData()
1548 over_temp_cal->debug_overtempcal.sensor_intercept[i] = 0.0f; in updateDebugData()
1555 memcpy(&over_temp_cal->debug_overtempcal.latest_offset, in updateDebugData()
1558 memcpy(&over_temp_cal->debug_overtempcal.latest_offset, in updateDebugData()
1564 over_temp_cal->debug_overtempcal.num_model_pts = over_temp_cal->num_model_pts; in updateDebugData()
1568 over_temp_cal->debug_overtempcal.temp_sensitivity, in updateDebugData()
1569 over_temp_cal->debug_overtempcal.sensor_intercept, in updateDebugData()
[all …]
Dover_temp_cal.h322 struct DebugOverTempCal debug_overtempcal; // Debug data structure. member