Home
last modified time | relevance | path

Searched defs:over_temp_cal (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/firmware/os/algos/calibration/over_temp/
Dover_temp_cal.c257 void overTempCalInit(struct OverTempCal *over_temp_cal, in overTempCalInit()
311 void overTempCalSetModel(struct OverTempCal *over_temp_cal, const float *offset, in overTempCalSetModel()
415 void overTempCalGetModel(struct OverTempCal *over_temp_cal, float *offset, in overTempCalGetModel()
436 void overTempCalSetModelData(struct OverTempCal *over_temp_cal, in overTempCalSetModelData()
488 void overTempCalGetModelData(struct OverTempCal *over_temp_cal, in overTempCalGetModelData()
497 void overTempCalGetOffset(struct OverTempCal *over_temp_cal, in overTempCalGetOffset()
506 void overTempCalRemoveOffset(struct OverTempCal *over_temp_cal, in overTempCalRemoveOffset()
528 bool overTempCalNewModelUpdateAvailable(struct OverTempCal *over_temp_cal) { in overTempCalNewModelUpdateAvailable()
539 bool overTempCalNewOffsetAvailable(struct OverTempCal *over_temp_cal) { in overTempCalNewOffsetAvailable()
550 void overTempCalUpdateSensorEstimate(struct OverTempCal *over_temp_cal, in overTempCalUpdateSensorEstimate()
[all …]