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

/hardware/bsp/intel/peripheral/libupm/src/mpu9150/
H A Dmpu60x0.cxx45 m_gyroY = 0.0;
135 m_gyroY = float(gy);
310 *y = m_gyroY / m_gyroScale;
H A Dmpu60x0.h942 float m_gyroY; member in class:upm::MPU60X0
/hardware/bsp/intel/peripheral/libupm/src/lsm9ds0/
H A Dlsm9ds0.cxx48 m_gyroY = 0.0;
227 m_gyroY = float(y);
606 *y = (m_gyroY * m_gyroScale) / 1000.0;
H A Dlsm9ds0.h1448 float m_gyroY; member in class:upm::LSM9DS0

Completed in 59 milliseconds