Home
last modified time | relevance | path

Searched refs:x_hum (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/dev/ic/
Dbmx280.c724 int x_temp, x_press, x_hum; in bmx280_read_data() local
789 x_hum = raw_press_temp_hum[rhstart] << 8; in bmx280_read_data()
790 x_hum = x_hum | raw_press_temp_hum[rhstart + 1]; in bmx280_read_data()
793 device_xname(sc->sc_dev), x_hum, x_hum)); in bmx280_read_data()
794 *hum = x_hum; in bmx280_read_data()