Searched refs:humid_coeffs (Results 1 – 2 of 2) sorted by relevance
512 const int *humid_coeffs; member
641 *val = data->chip_info->humid_coeffs[0] * chan_value; in bmp280_read_raw_impl() 642 *val2 = data->chip_info->humid_coeffs[1]; in bmp280_read_raw_impl() 700 *val = data->chip_info->humid_coeffs[0]; in bmp280_read_raw_impl() 701 *val2 = data->chip_info->humid_coeffs[1]; in bmp280_read_raw_impl() 1376 .humid_coeffs = bme280_humid_coeffs,