Home
last modified time | relevance | path

Searched refs:m_gyroX (Results 1 – 4 of 4) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/mpu9150/
Dmpu60x0.cxx44 m_gyroX = 0.0; in MPU60X0()
134 m_gyroX = float(gx); in update()
307 *x = m_gyroX / m_gyroScale; in getGyroscope()
Dmpu60x0.h941 float m_gyroX; variable
/hardware/bsp/intel/peripheral/libupm/src/lsm9ds0/
Dlsm9ds0.cxx47 m_gyroX = 0.0; in LSM9DS0()
226 m_gyroX = float(x); in updateGyroscope()
603 *x = (m_gyroX * m_gyroScale) / 1000.0; in getGyroscope()
Dlsm9ds0.h1447 float m_gyroX; variable