OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:x_temp
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/ic/
bmx280.c
766
int
x_temp
, x_press, x_hum;
local in function:bmx280_read_data
809
x_temp
= raw_press_temp_hum[rtstart] << 12;
810
x_temp
=
x_temp
| (raw_press_temp_hum[rtstart + 1] << 4);
811
x_temp
=
x_temp
| (raw_press_temp_hum[rtstart + 2] >> 4);
814
device_xname(sc->sc_dev),
x_temp
,
x_temp
));
816
*temp =
x_temp
;
Completed in 47 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025