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

  /src/sys/dev/ic/
bmx280.c 766 int x_temp, x_press, x_hum; local in function:bmx280_read_data
809 x_temp = raw_press_temp_hum[rtstart] << 12;
810 x_temp = x_temp | (raw_press_temp_hum[rtstart + 1] << 4);
811 x_temp = x_temp | (raw_press_temp_hum[rtstart + 2] >> 4);
814 device_xname(sc->sc_dev), x_temp, x_temp));
816 *temp = x_temp;
bmx280.c 766 int x_temp, x_press, x_hum; local in function:bmx280_read_data
809 x_temp = raw_press_temp_hum[rtstart] << 12;
810 x_temp = x_temp | (raw_press_temp_hum[rtstart + 1] << 4);
811 x_temp = x_temp | (raw_press_temp_hum[rtstart + 2] >> 4);
814 device_xname(sc->sc_dev), x_temp, x_temp));
816 *temp = x_temp;

Completed in 22 milliseconds