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

  /src/sys/dev/ic/
bmx280.c 851 int32_t comp_temp; local in function:bmx280_refresh
910 comp_temp = bmx280_compensate_T_int32(&sc->sc_cal_blob, m_temp, &t_fine);
913 device_xname(sc->sc_dev), comp_temp, t_fine));
915 /* comp_temp is in Celcius * 100. This converts it to microkelvin */
919 q = (uint32_t)comp_temp;
947 comp_temp = bmx280_compensate_T_int32(&sc->sc_cal_blob, m_temp, &t_fine);
950 device_xname(sc->sc_dev), comp_temp, t_fine));
989 comp_temp = bmx280_compensate_T_int32(&sc->sc_cal_blob, m_temp, &t_fine);
992 device_xname(sc->sc_dev), comp_temp, t_fine));
bmx280.c 851 int32_t comp_temp; local in function:bmx280_refresh
910 comp_temp = bmx280_compensate_T_int32(&sc->sc_cal_blob, m_temp, &t_fine);
913 device_xname(sc->sc_dev), comp_temp, t_fine));
915 /* comp_temp is in Celcius * 100. This converts it to microkelvin */
919 q = (uint32_t)comp_temp;
947 comp_temp = bmx280_compensate_T_int32(&sc->sc_cal_blob, m_temp, &t_fine);
950 device_xname(sc->sc_dev), comp_temp, t_fine));
989 comp_temp = bmx280_compensate_T_int32(&sc->sc_cal_blob, m_temp, &t_fine);
992 device_xname(sc->sc_dev), comp_temp, t_fine));

Completed in 25 milliseconds