Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/accelerometer/
Daccel_cal.h40 #define TEMP_HISTOGRAM 25 macro
97 uint32_t t_hist[TEMP_HISTOGRAM];
Daccel_cal.c107 adf->t_hist[TEMP_HISTOGRAM - 1] += 1; in accelTempHisto()