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 - 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
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
;
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 21 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025