OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:convertedrh
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/i2c/
sgp40.c
214
uint16_t
convertedrh
, convertedtemp;
local
218
convertedrh
= (uint16_t)sgp40_compute_rh_comp(sc->sc_rhcomp);
222
device_xname(sc->sc_dev),
convertedrh
, convertedtemp));
224
args[0] =
convertedrh
>> 8;
225
args[1] =
convertedrh
& 0x00ff;
Completed in 31 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026