Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/mpu9150/
Dak8975.cxx40 m_xCoeff = 0.0; in AK8975()
79 m_xCoeff = (float)m_i2c.readReg(REG_ASAX); in init()
233 *x = adjustValue(m_xData, m_xCoeff); in getMagnetometer()
Dak8975.h218 float m_xCoeff; variable