Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/mpu9150/
Dmpu60x0.cxx45 m_gyroY = 0.0; in MPU60X0()
135 m_gyroY = float(gy); in update()
310 *y = m_gyroY / m_gyroScale; in getGyroscope()
Dmpu60x0.h942 float m_gyroY; variable
/hardware/bsp/intel/peripheral/libupm/src/lsm9ds0/
Dlsm9ds0.cxx48 m_gyroY = 0.0; in LSM9DS0()
227 m_gyroY = float(y); in updateGyroscope()
606 *y = (m_gyroY * m_gyroScale) / 1000.0; in getGyroscope()
Dlsm9ds0.h1448 float m_gyroY; variable