Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/over_temp/
Dover_temp_cal.c68 static void setLatestEstimate(struct OverTempCal *over_temp_cal,
79 static void computeModelUpdate(struct OverTempCal *over_temp_cal,
86 static void findNearestEstimate(struct OverTempCal *over_temp_cal,
93 static void removeStaleModelData(struct OverTempCal *over_temp_cal,
100 static bool removeModelDataByIndex(struct OverTempCal *over_temp_cal,
110 static bool jumpStartModelData(struct OverTempCal *over_temp_cal);
128 static void updateModel(const struct OverTempCal *over_temp_cal,
140 static void updateCalOffset(struct OverTempCal *over_temp_cal,
154 static void setCompensatedOffset(struct OverTempCal *over_temp_cal,
171 static bool outlierCheck(struct OverTempCal *over_temp_cal, const float *offset,
[all …]
Dover_temp_cal.h371 void overTempCalInit(struct OverTempCal *over_temp_cal,
389 void overTempCalSetModel(struct OverTempCal *over_temp_cal, const float *offset,
408 void overTempCalGetModel(struct OverTempCal *over_temp_cal, float *offset,
424 void overTempCalSetModelData(struct OverTempCal *over_temp_cal,
439 void overTempCalGetModelData(struct OverTempCal *over_temp_cal,
454 void overTempCalGetOffset(struct OverTempCal *over_temp_cal,
468 void overTempCalRemoveOffset(struct OverTempCal *over_temp_cal,
474 bool overTempCalNewModelUpdateAvailable(struct OverTempCal *over_temp_cal);
478 bool overTempCalNewOffsetAvailable(struct OverTempCal *over_temp_cal);
492 void overTempCalUpdateSensorEstimate(struct OverTempCal *over_temp_cal,
[all …]
/device/google/contexthub/firmware/
Dargonkey_aux_variant_config.mk63 os/algos/calibration/over_temp/over_temp_cal.c \
Dneonkey_aux_variant_config.mk64 os/algos/calibration/over_temp/over_temp_cal.c \
Dnucleo_aux_variant_config.mk64 os/algos/calibration/over_temp/over_temp_cal.c \
Dlunchbox_aux_variant_config.mk72 os/algos/calibration/over_temp/over_temp_cal.c \
/device/google/contexthub/firmware/variant/argonkey/
Dargonkey.mk40 os/algos/calibration/over_temp/over_temp_cal.c \