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); 944 error = bmx280_read_data(sc, &m_temp, &m_press, &m_hum, false); 952 comp_press = bmx280_compensate_P_int64(&sc->sc_cal_blob, m_press, t_fine); 986 error = bmx280_read_data(sc, &m_temp, &m_press, &m_hum, false);
|