Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iio/chemical/
Dbme680_core.c459 s32 var1, var2, var3, var4, var5, heatr_res_x100; in bme680_calc_heater_res() local
472 heatr_res_x100 = ((var4 / var5) - 250) * 34; in bme680_calc_heater_res()
473 heatr_res = (heatr_res_x100 + 50) / 100; in bme680_calc_heater_res()