HomeSort by: relevance | last modified time | path
    Searched defs:x_hum (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
831 x_hum = raw_press_temp_hum[rhstart] << 8;
832 x_hum = x_hum | raw_press_temp_hum[rhstart + 1];
835 device_xname(sc->sc_dev), x_hum, x_hum));
836 *hum = x_hum;
bmx280.c 766 int x_temp, x_press, x_hum; local in function:bmx280_read_data
831 x_hum = raw_press_temp_hum[rhstart] << 8;
832 x_hum = x_hum | raw_press_temp_hum[rhstart + 1];
835 device_xname(sc->sc_dev), x_hum, x_hum));
836 *hum = x_hum;

Completed in 22 milliseconds