Home
last modified time | relevance | path

Searched refs:iStoreCounter (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/middleware/issdk/algorithms/sensorfusion/sources/
DDecodeCommandBytes.c282 sfg->AccelBuffer.iStoreCounter = (ACCEL_CAL_AVERAGING_SECS * FUSION_HZ); in DecodeCommandBytes()
288 sfg->AccelBuffer.iStoreCounter = (ACCEL_CAL_AVERAGING_SECS * FUSION_HZ); in DecodeCommandBytes()
294 sfg->AccelBuffer.iStoreCounter = (ACCEL_CAL_AVERAGING_SECS * FUSION_HZ); in DecodeCommandBytes()
300 sfg->AccelBuffer.iStoreCounter = (ACCEL_CAL_AVERAGING_SECS * FUSION_HZ); in DecodeCommandBytes()
306 sfg->AccelBuffer.iStoreCounter = (ACCEL_CAL_AVERAGING_SECS * FUSION_HZ); in DecodeCommandBytes()
312 sfg->AccelBuffer.iStoreCounter = (ACCEL_CAL_AVERAGING_SECS * FUSION_HZ); in DecodeCommandBytes()
318 sfg->AccelBuffer.iStoreCounter = (ACCEL_CAL_AVERAGING_SECS * FUSION_HZ); in DecodeCommandBytes()
324 sfg->AccelBuffer.iStoreCounter = (ACCEL_CAL_AVERAGING_SECS * FUSION_HZ); in DecodeCommandBytes()
330 sfg->AccelBuffer.iStoreCounter = (ACCEL_CAL_AVERAGING_SECS * FUSION_HZ); in DecodeCommandBytes()
336 sfg->AccelBuffer.iStoreCounter = (ACCEL_CAL_AVERAGING_SECS * FUSION_HZ); in DecodeCommandBytes()
[all …]
DprecisionAccelerometer.c61 pthisAccelBuffer->iStoreLocation = pthisAccelBuffer->iStoreCounter = -1; in fInitializeAccelCalibration()
76 if (pthisAccelBuffer->iStoreCounter == (ACCEL_CAL_AVERAGING_SECS * FUSION_HZ)) in fUpdateAccelBuffer()
82 if (pthisAccelBuffer->iStoreCounter > 0) in fUpdateAccelBuffer()
86 pthisAccelBuffer->iStoreCounter--; in fUpdateAccelBuffer()
90 if (pthisAccelBuffer->iStoreCounter == 0) in fUpdateAccelBuffer()
105 pthisAccelBuffer->iStoreCounter--; in fUpdateAccelBuffer()
DprecisionAccelerometer.h25 int16_t iStoreCounter; ///< number of remaining iterations at FUSION_HZ to average measurement member