Searched defs:offset (Results 1 - 1 of 1) sorted by relevance

/k10sensor/src/
H A Dcommon.c295 int32_t offset = 0; local
308 * whether we need to correct the diode offset for JH-E6 chips below */
327 offset = BITS(data, 28, 25) << 1;
328 v->t_case_max = (offset != 0) ? ((offset + 49) * 1000) : INT32_MAX;
332 /* RO: Diode offset */
335 offset = 0;
338 offset = BITS(data, 14, 8);
339 if (offset == 0 || offset >
[all...]

Completed in 8 milliseconds