Searched refs:LOWER_DEBOUNCE_TEMP (Results 1 – 2 of 2) sorted by relevance
41 #define LOWER_DEBOUNCE_TEMP (15000) macro279 if (temp_last - milli_deg > LOWER_DEBOUNCE_TEMP) in predict_normal_temp()280 milli_deg = temp_last - LOWER_DEBOUNCE_TEMP / 3; in predict_normal_temp()314 if (cur_last - milli_cur_temp > LOWER_DEBOUNCE_TEMP) in predict_cur_temp()315 milli_cur_temp = cur_last - LOWER_DEBOUNCE_TEMP / 3; in predict_cur_temp()
164 #define LOWER_DEBOUNCE_TEMP (15000) macro1059 if (temp_last - temp > LOWER_DEBOUNCE_TEMP) in predict_temp()1060 temp = temp_last - LOWER_DEBOUNCE_TEMP / 3; in predict_temp()