Searched defs:over_temp_cal (Results 1 – 1 of 1) sorted by relevance
/device/google/contexthub/firmware/os/algos/calibration/over_temp/ |
D | over_temp_cal.c | 254 void overTempCalInit(struct OverTempCal *over_temp_cal, in overTempCalInit() 308 void overTempCalSetModel(struct OverTempCal *over_temp_cal, const float *offset, in overTempCalSetModel() 412 void overTempCalGetModel(struct OverTempCal *over_temp_cal, float *offset, in overTempCalGetModel() 433 void overTempCalSetModelData(struct OverTempCal *over_temp_cal, in overTempCalSetModelData() 485 void overTempCalGetModelData(struct OverTempCal *over_temp_cal, in overTempCalGetModelData() 494 void overTempCalGetOffset(struct OverTempCal *over_temp_cal, in overTempCalGetOffset() 503 void overTempCalRemoveOffset(struct OverTempCal *over_temp_cal, in overTempCalRemoveOffset() 525 bool overTempCalNewModelUpdateAvailable(struct OverTempCal *over_temp_cal) { in overTempCalNewModelUpdateAvailable() 536 bool overTempCalNewOffsetAvailable(struct OverTempCal *over_temp_cal) { in overTempCalNewOffsetAvailable() 547 void overTempCalUpdateSensorEstimate(struct OverTempCal *over_temp_cal, in overTempCalUpdateSensorEstimate() [all …]
|