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

  /src/sys/dev/ic/
bmx280.c 766 int x_temp, x_press, x_hum; local in function:bmx280_read_data
822 x_press = raw_press_temp_hum[rpstart] << 12;
823 x_press = x_press | (raw_press_temp_hum[rpstart + 1] << 4);
824 x_press = x_press | (raw_press_temp_hum[rpstart + 2] >> 4);
827 device_xname(sc->sc_dev), x_press, x_press));
828 *press = x_press;
bmx280.c 766 int x_temp, x_press, x_hum; local in function:bmx280_read_data
822 x_press = raw_press_temp_hum[rpstart] << 12;
823 x_press = x_press | (raw_press_temp_hum[rpstart + 1] << 4);
824 x_press = x_press | (raw_press_temp_hum[rpstart + 2] >> 4);
827 device_xname(sc->sc_dev), x_press, x_press));
828 *press = x_press;
bmx280.c 766 int x_temp, x_press, x_hum; local in function:bmx280_read_data
822 x_press = raw_press_temp_hum[rpstart] << 12;
823 x_press = x_press | (raw_press_temp_hum[rpstart + 1] << 4);
824 x_press = x_press | (raw_press_temp_hum[rpstart + 2] >> 4);
827 device_xname(sc->sc_dev), x_press, x_press));
828 *press = x_press;
bmx280.c 766 int x_temp, x_press, x_hum; local in function:bmx280_read_data
822 x_press = raw_press_temp_hum[rpstart] << 12;
823 x_press = x_press | (raw_press_temp_hum[rpstart + 1] << 4);
824 x_press = x_press | (raw_press_temp_hum[rpstart + 2] >> 4);
827 device_xname(sc->sc_dev), x_press, x_press));
828 *press = x_press;
bmx280.c 766 int x_temp, x_press, x_hum; local in function:bmx280_read_data
822 x_press = raw_press_temp_hum[rpstart] << 12;
823 x_press = x_press | (raw_press_temp_hum[rpstart + 1] << 4);
824 x_press = x_press | (raw_press_temp_hum[rpstart + 2] >> 4);
827 device_xname(sc->sc_dev), x_press, x_press));
828 *press = x_press;

Completed in 210 milliseconds