Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/algorithms/sensorfusion/sources/
Ddriver_FXAS21002.c209 sfg->Gyro.fDegPerSecPerCount = 1.0F / FXAS21000_COUNTSPERDEGPERSEC; in FXAS21002_Init()
215 sfg->Gyro.fDegPerSecPerCount = 1.0F / FXAS21002_COUNTSPERDEGPERSEC; in FXAS21002_Init()
Dsensor_fusion.h245 float fDegPerSecPerCount; ///< deg/s per count member
Dfusion.c671 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()
Dsensor_fusion.c258 sfg->Gyro.fYs[j] = (float)sfg->Gyro.iYs[j] * sfg->Gyro.fDegPerSecPerCount; in processGyroData()