Searched refs:t_fine (Results 1 – 2 of 2) sorted by relevance
363 *t_fine = bme680_calc_t_fine(data, adc_temp); in bme680_get_t_fine()407 u32 adc_press, s32 t_fine) in bme680_compensate_press() argument412 var1 = (t_fine >> 1) - 64000; in bme680_compensate_press()472 u16 adc_humid, s32 t_fine) in bme680_compensate_humid() argument477 temp_scaled = (t_fine * 5 + 128) >> 8; in bme680_compensate_humid()754 s32 t_fine; in bme680_read_press() local756 ret = bme680_get_t_fine(data, &t_fine); in bme680_read_press()772 s32 t_fine; in bme680_read_humid() local774 ret = bme680_get_t_fine(data, &t_fine); in bme680_read_humid()1064 s32 t_fine; in bme680_trigger_handler() local[all …]
434 var = t_fine - (s32)76800; in bme280_compensate_humidity()579 s32 t_fine; in bmp280_read_press() local598 s32 t_fine; in bme280_read_humid() local1109 s32 t_fine, comp_temp; in bmp280_trigger_handler() local1229 s32 t_fine, comp_temp; in bme280_trigger_handler() local1537 var1 = (s64)t_fine * (s64)t_fine; in bmp380_compensate_press()1587 u32 adc_press, t_fine; in bmp380_read_press() local1903 s32 t_fine, comp_temp; in bmp380_trigger_handler() local2883 s32 t_fine) in bmp180_compensate_press() argument2891 b6 = t_fine - 4000; in bmp180_compensate_press()[all …]