OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dig_P2
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
bmx280var.h
33
int16_t
dig_P2
;
bmx280.c
261
sc->sc_cal_blob.
dig_P2
= (int16_t)b[9] << 8;
262
sc->sc_cal_blob.
dig_P2
= sc->sc_cal_blob.
dig_P2
| (int16_t)b[8];
629
var1 = ((var1 * var1 * (int64_t)b->dig_P3)>>8) + ((var1 * (int64_t)b->
dig_P2
)<<12);
863
DPRINTF(sc, 1, ("%s:
dig_P2
: %d %04x\n",__func__,sc->sc_cal_blob.
dig_P2
,sc->sc_cal_blob.
dig_P2
));
Completed in 13 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025