Searched refs:slope (Results 1 – 2 of 2) sorted by relevance
259 int32_t slope = cal0.slope_sign() == 0 ? cal0.slope() : -cal0.slope(); in RawToTemperature() local260 temp_c = cal0.temp_offset() - ((temp_c * 100) / (165 + (cal1.id() == 0 ? 0 : slope))); in RawToTemperature()
239 DEF_FIELD(31, 26, slope);
Completed in 6 milliseconds