Searched refs:set_ambient_temp (Results 1 – 2 of 2) sorted by relevance
112 pub fn set_ambient_temp(&mut self, ch: usize, temp: i32) { in set_ambient_temp() method
167 dsm_param.set_ambient_temp(ch, Self::celsius_to_dsm_unit(calib[ch].temp)); in apply_calibration_value()