Home
last modified time | relevance | path

Searched refs:AccelBuffer (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/middleware/issdk/algorithms/sensorfusion/sources/
DDecodeCommandBytes.c175 …fInitializeAccelCalibration(&sfg->AccelCal, &sfg->AccelBuffer, &(sfg->pControlSubsystem->AccelCalP… in DecodeCommandBytes()
281 sfg->AccelBuffer.iStoreLocation = 0; in DecodeCommandBytes()
282 sfg->AccelBuffer.iStoreCounter = (ACCEL_CAL_AVERAGING_SECS * FUSION_HZ); in DecodeCommandBytes()
287 sfg->AccelBuffer.iStoreLocation = 1; in DecodeCommandBytes()
288 sfg->AccelBuffer.iStoreCounter = (ACCEL_CAL_AVERAGING_SECS * FUSION_HZ); in DecodeCommandBytes()
293 sfg->AccelBuffer.iStoreLocation = 2; in DecodeCommandBytes()
294 sfg->AccelBuffer.iStoreCounter = (ACCEL_CAL_AVERAGING_SECS * FUSION_HZ); in DecodeCommandBytes()
299 sfg->AccelBuffer.iStoreLocation = 3; in DecodeCommandBytes()
300 sfg->AccelBuffer.iStoreCounter = (ACCEL_CAL_AVERAGING_SECS * FUSION_HZ); in DecodeCommandBytes()
305 sfg->AccelBuffer.iStoreLocation = 4; in DecodeCommandBytes()
[all …]
DprecisionAccelerometer.h21 typedef struct AccelBuffer struct
28 } AccelBuffer; argument
52 …struct AccelBuffer *pthisAccelBuffer, ///< Buffer of measurements used as input to t…
58 …struct AccelBuffer *pthisAccelBuffer, ///< Buffer of measurements used as input to t…
70 …struct AccelBuffer *pthisAccelBuffer, ///< Buffer of measurements used as input to t…
75 …struct AccelBuffer *pthisAccelBuffer, ///< Buffer of measurements used as input to t…
81 …struct AccelBuffer *pthisAccelBuffer, ///< Buffer of measurements used as input to t…
87 …struct AccelBuffer *pthisAccelBuffer, ///< Buffer of measurements used as input to t…
DprecisionAccelerometer.c19 struct AccelBuffer *pthisAccelBuffer, in fInitializeAccelCalibration()
67 struct AccelBuffer *pthisAccelBuffer, in fUpdateAccelBuffer()
158 struct AccelBuffer *pthisAccelBuffer, in fRunAccelCalibration()
215 void fComputeAccelCalibration4(struct AccelBuffer *pthisAccelBuffer, in fComputeAccelCalibration4()
330 void fComputeAccelCalibration7(struct AccelBuffer *pthisAccelBuffer, in fComputeAccelCalibration7()
424 void fComputeAccelCalibration10(struct AccelBuffer *pthisAccelBuffer, in fComputeAccelCalibration10()
Dsensor_fusion.h486 struct AccelBuffer AccelBuffer; ///< storage for points used for calibration member
Doutput_stream.c862 scratch16 = (int16_t) (sfg->AccelBuffer.fGsStored[AccelCalPacketOn][CHX] * 8192.0F); in CreateAndSendPackets()
864 scratch16 = (int16_t) (sfg->AccelBuffer.fGsStored[AccelCalPacketOn][CHY] * 8192.0F); in CreateAndSendPackets()
866 scratch16 = (int16_t) (sfg->AccelBuffer.fGsStored[AccelCalPacketOn][CHZ] * 8192.0F); in CreateAndSendPackets()
Dsensor_fusion.c190 &(sfg->AccelBuffer), in processAccelData()
503 …fInitializeAccelCalibration(&sfg->AccelCal, &sfg->AccelBuffer, &sfg->pControlSubsystem->AccelCalPa… in initializeFusionEngine()