Searched refs:over_temp_gyro_cal (Results 1 – 1 of 1) sorted by relevance
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 494 struct OverTempCal over_temp_gyro_cal; member 2090 overTempCalSetTemperature(&mTask.over_temp_gyro_cal, rtc_time, 2094 overTempCalRemoveOffset(&mTask.over_temp_gyro_cal, rtc_time, 2119 overTempCalDebugPrint(&mTask.over_temp_gyro_cal, rtc_time); 2231 overTempCalUpdateSensorEstimate(&mTask.over_temp_gyro_cal, rtc_time, 2241 overTempCalNewOffsetAvailable(&mTask.over_temp_gyro_cal); 2242 overTempCalGetOffset(&mTask.over_temp_gyro_cal, 2247 overTempCalNewModelUpdateAvailable(&mTask.over_temp_gyro_cal); 3911 overTempCalInit(&mTask.over_temp_gyro_cal, &gyro_otc_parameters); 4325 overTempCalSetModel(&T(over_temp_gyro_cal), d->lastOffset, d->lastTemperature, [all …]
|