Home
last modified time | relevance | path

Searched refs:set_ambient_temp (Results 1 – 2 of 2) sorted by relevance

/external/adhd/sound_card_init/amp/src/max98373d/
Ddsm_param.rs112 pub fn set_ambient_temp(&mut self, ch: usize, temp: i32) { in set_ambient_temp() method
Dmod.rs167 dsm_param.set_ambient_temp(ch, Self::celsius_to_dsm_unit(calib[ch].temp)); in apply_calibration_value()