Searched refs:vpd_to_celsius (Results 1 – 1 of 1) sorted by relevance
37 vpd_to_celsius: fn(i32) -> f32, field43 let vpd_to_celsius = |x: i32| x as f32; in default() localVariable46 vpd_to_celsius, in default()62 pub fn new(vpd_to_celsius: fn(i32) -> f32, celsius_to_vpd: fn(f32) -> i32) -> Self { in new()64 vpd_to_celsius, in new()323 temp: (self.temp_converter.vpd_to_celsius)(temp), in get_previous_calibration_value()332 temp: (self.temp_converter.vpd_to_celsius)(vpd.dsm_calib_temp), in get_vpd_calibration_value()