HomeSort by: relevance | last modified time | path
    Searched defs:m_press (Results 1 - 1 of 1) 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);
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);

Completed in 35 milliseconds