OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kelvin1000
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/i2c/
emcfan.c
878
* precomputed
kelvin1000
(i.e celcius to kelvin * 1000) temperature.
1662
int32_t
kelvin1000
= 0;
local in function:emcfan_refresh_temp
1667
kelvin1000
= (int8_t)temp_high * 1000;
1675
kelvin1000
-= frac;
1677
kelvin1000
+= frac;
1679
kelvin1000
+= 273150;
1694
kelvin1000
= vin1000;
1699
edata->value_cur = (uint32_t)
kelvin1000
* 1000;
Completed in 21 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025