OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Oct 02 10:09:58 GMT 2025