Home
last modified time | relevance | path

Searched refs:SV_9DOF_GBY_KALMAN (Results 1 – 13 of 13) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/algorithms/sensorfusion/sources/
Dfusion.h74 struct SV_9DOF_GBY_KALMAN *pthisSV_9DOF_GBY_KALMAN,
83 void fInit_9DOF_GBY_KALMAN(struct SV_9DOF_GBY_KALMAN *pthisSV, struct AccelSensor *pthisAccel, stru…
91 void fRun_9DOF_GBY_KALMAN(struct SV_9DOF_GBY_KALMAN *pthisSV, struct AccelSensor *pthisAccel, struc…
Doutput_stream.c380 iDelta = (int16_t) (10.0F * sfg->SV_9DOF_GBY_KALMAN.fDeltaPl); in CreateAndSendPackets()
381 … readCommon((SV_ptr)&sfg->SV_9DOF_GBY_KALMAN, &fq, &iPhi, &iThe, &iRho, iOmega, &isystick); in CreateAndSendPackets()
721 … if (nine_axis_kalman) scratch16 = (int16_t) (sfg->SV_9DOF_GBY_KALMAN.fZErr[i] * 30000.0F); in CreateAndSendPackets()
735 … if (nine_axis_kalman) scratch16 = (int16_t) (sfg->SV_9DOF_GBY_KALMAN.fqgErrPl[i] * 30000.0F); in CreateAndSendPackets()
749 … if (nine_axis_kalman) scratch16 = (int16_t) (sfg->SV_9DOF_GBY_KALMAN.fZErr[i + 3] * 30000.0F); in CreateAndSendPackets()
763 … if (nine_axis_kalman) scratch16 = (int16_t) (sfg->SV_9DOF_GBY_KALMAN.fqmErrPl[i] * 30000.0F); in CreateAndSendPackets()
777 … if (nine_axis_kalman) scratch16 = (int16_t) (sfg->SV_9DOF_GBY_KALMAN.fbPl[i] * 1000.0F); in CreateAndSendPackets()
785 … if (nine_axis_kalman) scratch16 = (int16_t) (sfg->SV_9DOF_GBY_KALMAN.fDeltaPl * 100.0F); in CreateAndSendPackets()
800 if (nine_axis_kalman) ftmp = sfg->SV_9DOF_GBY_KALMAN.fAccGl[i] * 8192.0F; in CreateAndSendPackets()
818 if (nine_axis_kalman) ftmp = sfg->SV_9DOF_GBY_KALMAN.fDisGl[i] * 100.0F; in CreateAndSendPackets()
Dsensor_fusion.h392 struct SV_9DOF_GBY_KALMAN struct
518 struct SV_9DOF_GBY_KALMAN SV_9DOF_GBY_KALMAN; ///< 9-axis storage member
Ddebug.c181 CurrentQ = sfg->SV_9DOF_GBY_KALMAN.fqPl; in ApplyPerturbation()
182 qAeqAxB(&(sfg->SV_9DOF_GBY_KALMAN.fqPl), &ftmpq); in ApplyPerturbation()
DDecodeCommandBytes.c183 sfg->SV_9DOF_GBY_KALMAN.fVelGl[i] = 0.0F; in DecodeCommandBytes()
184 sfg->SV_9DOF_GBY_KALMAN.fDisGl[i] = 0.0F; in DecodeCommandBytes()
Dcalibration_storage.c81 pSrc = (uint8 *) sfg->SV_9DOF_GBY_KALMAN.fbPl; in SaveGyroCalibrationToNVM()
Dsensor_fusion.c385 struct SV_9DOF_GBY_KALMAN *pSV_9DOF_GBY_KALMAN; in runFusion()
422 pSV_9DOF_GBY_KALMAN = &(sfg->SV_9DOF_GBY_KALMAN); in runFusion()
Dfusion.c60 sfg->SV_9DOF_GBY_KALMAN.resetflag = true; in fInitializeFusion()
74 struct SV_9DOF_GBY_KALMAN *pthisSV_9DOF_GBY_KALMAN, in fFuseSensors()
346 void fInit_9DOF_GBY_KALMAN(struct SV_9DOF_GBY_KALMAN *pthisSV, struct AccelSensor *pthisAccel, stru… in fInit_9DOF_GBY_KALMAN()
1019 void fRun_9DOF_GBY_KALMAN(struct SV_9DOF_GBY_KALMAN *pthisSV, in fRun_9DOF_GBY_KALMAN()
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/docs/issdk/SensorFusion/SensorFusion API Reference Manual/
DstructSV__9DOF__GBY__KALMAN__coll__graph.map1 <map id="SV_9DOF_GBY_KALMAN" name="SV_9DOF_GBY_KALMAN">
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/docs/issdk/ISSDK API Reference Manual/
Da04037.map1 <map id="SV_9DOF_GBY_KALMAN" name="SV_9DOF_GBY_KALMAN">
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/driverexamples/demos/
Dorientaion_application_baremetal_agm01.c370 … readAlgoParams((SV_ptr)&sfg->SV_9DOF_GBY_KALMAN, &fq, &iPhi, &iThe, &iRho, iOmega, &isystick); in encodeOrientPacketStream()
Dorientaion_application_baremetal_agm04.c369 … readAlgoParams((SV_ptr)&sfg->SV_9DOF_GBY_KALMAN, &fq, &iPhi, &iThe, &iRho, iOmega, &isystick); in encodeOrientPacketStream()
Dorientaion_application_baremetal_agmp03.c368 … readAlgoParams((SV_ptr)&sfg->SV_9DOF_GBY_KALMAN, &fq, &iPhi, &iThe, &iRho, iOmega, &isystick); in encodeOrientPacketStream()