Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/accelerometer/
Daccel_cal.c46 #define TEMP_HIST_LOW \ macro
102 if (temp <= TEMP_HIST_LOW) { in accelTempHisto()
110 index = (int)(((temp - TEMP_HIST_LOW) / 2) + 1); in accelTempHisto()