Searched refs:temp_coeffs (Results 1 – 2 of 2) sorted by relevance
660 *val = data->chip_info->temp_coeffs[0] * chan_value; in bmp280_read_raw_impl()661 *val2 = data->chip_info->temp_coeffs[1]; in bmp280_read_raw_impl()703 *val = data->chip_info->temp_coeffs[0]; in bmp280_read_raw_impl()704 *val2 = data->chip_info->temp_coeffs[1]; in bmp280_read_raw_impl()1093 .temp_coeffs = bmp280_temp_coeffs,1207 .temp_coeffs = bmp280_temp_coeffs,1686 .temp_coeffs = bmp380_temp_coeffs,2252 .temp_coeffs = bmp580_temp_coeffs,2568 .temp_coeffs = bmp180_temp_coeffs,
466 const int *temp_coeffs; member