Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dbmx280.c725 uint8_t raw_press_temp_hum[8], reg; in bmx280_read_data() local
727 raw_press_temp_hum[0] = raw_press_temp_hum[1] = in bmx280_read_data()
728 raw_press_temp_hum[2] = raw_press_temp_hum[3] = in bmx280_read_data()
729 raw_press_temp_hum[4] = raw_press_temp_hum[5] = in bmx280_read_data()
730 raw_press_temp_hum[6] = raw_press_temp_hum[7] = 0; in bmx280_read_data()
753 ierror = (*(sc->sc_func_read_register))(sc, reg, raw_press_temp_hum, rlen); in bmx280_read_data()
763 raw_press_temp_hum[0], raw_press_temp_hum[1], raw_press_temp_hum[2], in bmx280_read_data()
764 raw_press_temp_hum[3], raw_press_temp_hum[4], raw_press_temp_hum[5], in bmx280_read_data()
765 raw_press_temp_hum[6],raw_press_temp_hum[7])); in bmx280_read_data()
767 x_temp = raw_press_temp_hum[rtstart] << 12; in bmx280_read_data()
[all …]