Searched refs:HIGHER_DEBOUNCE_TEMP (Results 1 – 2 of 2) sorted by relevance
40 #define HIGHER_DEBOUNCE_TEMP (30000) macro277 if (milli_deg - temp_last > HIGHER_DEBOUNCE_TEMP) in predict_normal_temp()278 milli_deg = temp_last + HIGHER_DEBOUNCE_TEMP / 3; in predict_normal_temp()312 if (milli_cur_temp - cur_last > HIGHER_DEBOUNCE_TEMP) in predict_cur_temp()313 milli_cur_temp = cur_last + HIGHER_DEBOUNCE_TEMP / 3; in predict_cur_temp()
163 #define HIGHER_DEBOUNCE_TEMP (30000) macro1057 if (temp - temp_last > HIGHER_DEBOUNCE_TEMP) in predict_temp()1058 temp = temp_last + HIGHER_DEBOUNCE_TEMP / 3; in predict_temp()