Searched refs:fDegPerSecPerCount (Results 1 – 4 of 4) sorted by relevance
209 sfg->Gyro.fDegPerSecPerCount = 1.0F / FXAS21000_COUNTSPERDEGPERSEC; in FXAS21002_Init()215 sfg->Gyro.fDegPerSecPerCount = 1.0F / FXAS21002_COUNTSPERDEGPERSEC; in FXAS21002_Init()
245 float fDegPerSecPerCount; ///< deg/s per count member
671 pthisGyro->fDegPerSecPerCount - in fRun_6DOF_GY_KALMAN()688 pthisGyro->fDegPerSecPerCount - in fRun_6DOF_GY_KALMAN()1066 …Z; i++) pthisSV->fOmega[i] = (float)pthisGyro->iYs[i] * pthisGyro->fDegPerSecPerCount - pthisSV->f… in fRun_9DOF_GBY_KALMAN()1078 …Z; i++) ftmpA3x1[i] = (float)pthisGyro->iYsFIFO[j][i] * pthisGyro->fDegPerSecPerCount - pthisSV->f… in fRun_9DOF_GBY_KALMAN()
258 sfg->Gyro.fYs[j] = (float)sfg->Gyro.iYs[j] * sfg->Gyro.fDegPerSecPerCount; in processGyroData()