HomeSort by: relevance | last modified time | path
    Searched defs:m_hum (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
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);
986 error = bmx280_read_data(sc, &m_temp, &m_press, &m_hum, false);
994 comp_hum = bmx280_compensate_H_int32(&sc->sc_cal_blob, m_hum, t_fine);
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);
986 error = bmx280_read_data(sc, &m_temp, &m_press, &m_hum, false);
994 comp_hum = bmx280_compensate_H_int32(&sc->sc_cal_blob, m_hum, t_fine);
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);
986 error = bmx280_read_data(sc, &m_temp, &m_press, &m_hum, false);
994 comp_hum = bmx280_compensate_H_int32(&sc->sc_cal_blob, m_hum, t_fine);

Completed in 33 milliseconds