Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/iio/chemical/
Dbme680_core.c468 s32 var1, var2, var3, var4, var5, heatr_res_x100; in bme680_calc_heater_res() local
481 heatr_res_x100 = ((var4 / var5) - 250) * 34; in bme680_calc_heater_res()
482 heatr_res = (heatr_res_x100 + 50) / 100; in bme680_calc_heater_res()