Searched refs:calculate_humidity (Results 1 – 3 of 3) sorted by relevance
160 uint32_t calculate_humidity(uint16_t hum_adc, int32_t t_fine,
71 uint32_t calculate_humidity(uint16_t hum_adc, int32_t t_fine, struct calibration_coeffs *cal_coeffs) in calculate_humidity() function
286 humidity = calculate_humidity(read_adc_humidity(), t_fine, &cal_coeffs); in ZTEST()