bmx280.c | 850 int32_t m_temp, m_press, m_hum; local in function:bmx280_refresh 907 error = bmx280_read_data(sc, &m_temp, &m_press, &m_hum, true); 910 comp_temp = bmx280_compensate_T_int32(&sc->sc_cal_blob, m_temp, &t_fine); 944 error = bmx280_read_data(sc, &m_temp, &m_press, &m_hum, false); 947 comp_temp = bmx280_compensate_T_int32(&sc->sc_cal_blob, m_temp, &t_fine); 986 error = bmx280_read_data(sc, &m_temp, &m_press, &m_hum, false); 989 comp_temp = bmx280_compensate_T_int32(&sc->sc_cal_blob, m_temp, &t_fine);
|