Home
last modified time | relevance | path

Searched refs:rdc_to_ohm (Results 1 – 3 of 3) sorted by relevance

/external/adhd/sound_card_init/amp/src/max98390d/
Dmod.rs51 Self::rdc_to_ohm, in boot_time_calibration()
176 fn rdc_to_ohm(x: i32) -> f32 { in rdc_to_ohm() method
209 fn rdc_to_ohm() { in rdc_to_ohm() function
210 assert_eq!(Max98390::rdc_to_ohm(1123160), 3.416956); in rdc_to_ohm()
211 assert_eq!(Max98390::rdc_to_ohm(1157049), 3.3168762); in rdc_to_ohm()
/external/adhd/sound_card_init/dsm/src/
Dlib.rs87 rdc_to_ohm: fn(i32) -> f32, field
113 rdc_to_ohm: fn(i32) -> f32, in new()
120 rdc_to_ohm, in new()
227 let calib_rdc_ohm = (self.rdc_to_ohm)(calib_data.rdc); in decide_calibration_value_workflow()
228 let previous_rdc_ohm = (self.rdc_to_ohm)(previous_calib.rdc); in decide_calibration_value_workflow()
/external/adhd/sound_card_init/amp/src/max98373d/
Dmod.rs44 Self::rdc_to_ohm, in boot_time_calibration()
178 fn rdc_to_ohm(x: i32) -> f32 { in rdc_to_ohm() method
266 fn rdc_to_ohm() { in rdc_to_ohm() function
267 assert_eq!(Max98373::rdc_to_ohm(0x05cea0c7), 2.656767); in rdc_to_ohm()