Home
last modified time | relevance | path

Searched refs:t_fine (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/sensor/chipset/gas/
H A Dgas_bme688_driver.h247 int32_t t_fine; member
H A Dgas_bme688_driver.c479 g_calibData.t_fine = (int32_t)(var2 + var3); in BmeHalCalcTemperature()
480 calcTemp = (int16_t)(((g_calibData.t_fine * 5) + 128) >> 8); in BmeHalCalcTemperature()
496 var1 = (((int32_t)g_calibData.t_fine) >> 1) - 64000; in BmeHalCalcPressure()
535 tempScaled = (((int32_t)g_calibData.t_fine * 5) + 128) >> 8; in BmeHalCalcHumidity()

Completed in 4 milliseconds