Home
last modified time | relevance | path

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

/hardware/invensense/60xx/mlsdk/mllite/
Dml.h229 #define MIN_TEMP (-40) macro
231 #define TEMP_PER_BIN ((MAX_TEMP - MIN_TEMP) / BINS)
Dml_stored_data.c89 int bin = (int)((temp - MIN_TEMP) / TEMP_PER_BIN); in FindTempBin()