Searched refs:samplesDecimatorCounter (Results 1 – 1 of 1) sorted by relevance
694 uint8_t samplesDecimatorCounter; member2465 T(sensors[ACCEL]).samplesDecimatorCounter = T(sensors[ACCEL]).samplesDecimator - 1; in lsm6dsm_updateOdrs()2490 T(sensors[GYRO]).samplesDecimatorCounter = T(sensors[GYRO]).samplesDecimator - 1; in lsm6dsm_updateOdrs()3180 T(sensors[MAGN]).samplesDecimatorCounter = T(sensors[MAGN]).samplesDecimator - 1; in lsm6dsm_setMagnRate()3254 T(sensors[PRESS]).samplesDecimatorCounter = T(sensors[PRESS]).samplesDecimator - 1; in lsm6dsm_setPressRate()3255 T(sensors[TEMP]).samplesDecimatorCounter = T(sensors[TEMP]).samplesDecimator - 1; in lsm6dsm_setPressRate()3318 T(sensors[TEMP]).samplesDecimatorCounter = T(sensors[TEMP]).samplesDecimator - 1; in lsm6dsm_setTempRate()3319 T(sensors[PRESS]).samplesDecimatorCounter = T(sensors[PRESS]).samplesDecimator - 1; in lsm6dsm_setTempRate()4334 if (++mSensor->samplesDecimatorCounter >= mSensor->samplesDecimator) { in lsm6dsm_processSensorThreeAxisData()4346 mSensor->samplesDecimatorCounter = 0; in lsm6dsm_processSensorThreeAxisData()[all …]