Searched refs:m_gyroX (Results 1 – 4 of 4) sorted by relevance
44 m_gyroX = 0.0; in MPU60X0()134 m_gyroX = float(gx); in update()307 *x = m_gyroX / m_gyroScale; in getGyroscope()
941 float m_gyroX; variable
47 m_gyroX = 0.0; in LSM9DS0()226 m_gyroX = float(x); in updateGyroscope()603 *x = (m_gyroX * m_gyroScale) / 1000.0; in getGyroscope()
1447 float m_gyroX; variable