Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/bmpx8x/
Dbmpx8x.cxx63 ac6 = i2cReadReg_16 (BMP085_CAL_AC6); in BMPX8X()
174 int32_t X1 = (UT - (int32_t)ac6) * ((int32_t)ac5) >> 15; in computeB5()
Dbmpx8x.h182 uint16_t ac4, ac5, ac6; variable