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

  /src/sys/dev/ic/
bmx280.c 605 int32_t *t_fine)
611 *t_fine = var1 + var2;
612 T = (*t_fine * 5 + 128) >> 8;
622 int32_t t_fine)
625 var1 = ((int64_t)t_fine) - 128000;
649 int32_t t_fine)
652 v_x1_u32r = (t_fine - ((int32_t)76800));
849 int32_t t_fine; local in function:bmx280_refresh
910 comp_temp = bmx280_compensate_T_int32(&sc->sc_cal_blob, m_temp, &t_fine);
912 DPRINTF(sc, 1, ("%s: Refresh compensated temp: %d - t_fine: %d\n"
    [all...]
bmx280.c 605 int32_t *t_fine)
611 *t_fine = var1 + var2;
612 T = (*t_fine * 5 + 128) >> 8;
622 int32_t t_fine)
625 var1 = ((int64_t)t_fine) - 128000;
649 int32_t t_fine)
652 v_x1_u32r = (t_fine - ((int32_t)76800));
849 int32_t t_fine; local in function:bmx280_refresh
910 comp_temp = bmx280_compensate_T_int32(&sc->sc_cal_blob, m_temp, &t_fine);
912 DPRINTF(sc, 1, ("%s: Refresh compensated temp: %d - t_fine: %d\n"
    [all...]

Completed in 22 milliseconds