Searched defs:cal_coeffs (Results 1 – 2 of 2) sorted by relevance
11 struct calibration_coeffs *cal_coeffs) in calculate_temperature()30 struct calibration_coeffs *cal_coeffs) in calculate_pressure()71 uint32_t calculate_humidity(uint16_t hum_adc, int32_t t_fine, struct calibration_coeffs *cal_coeffs) in calculate_humidity()
17 static struct calibration_coeffs cal_coeffs; variable