OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:x_press
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
bmx280.c
766
int x_temp,
x_press
, x_hum;
local
822
x_press
= raw_press_temp_hum[rpstart] << 12;
823
x_press
=
x_press
| (raw_press_temp_hum[rpstart + 1] << 4);
824
x_press
=
x_press
| (raw_press_temp_hum[rpstart + 2] >> 4);
827
device_xname(sc->sc_dev),
x_press
,
x_press
));
828
*press =
x_press
;
bmx280.c
766
int x_temp,
x_press
, x_hum;
local
822
x_press
= raw_press_temp_hum[rpstart] << 12;
823
x_press
=
x_press
| (raw_press_temp_hum[rpstart + 1] << 4);
824
x_press
=
x_press
| (raw_press_temp_hum[rpstart + 2] >> 4);
827
device_xname(sc->sc_dev),
x_press
,
x_press
));
828
*press =
x_press
;
Completed in 80 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026