Home
last modified time | relevance | path

Searched refs:mc (Results 1 – 2 of 2) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/bmpx8x/
Dbmpx8x.cxx69 mc = i2cReadReg_16 (BMP085_CAL_MC); in BMPX8X()
175 int32_t X2 = ((int32_t)mc << 11) / (X1+(int32_t)md); in computeB5()
Dbmpx8x.h181 int16_t ac1, ac2, ac3, b1, b2, mb, mc, md; variable