Searched refs:skip_sample_cnt (Results 1 – 1 of 1) sorted by relevance
569 uint8_t skip_sample_cnt; member2140 T(sensors[GYR]).skip_sample_cnt = GYR_SKIP_SAMPLE_NB;2142 T(sensors[GYR]).skip_sample_cnt = (ICM40600_GYRO_START_TIME_MS * 1000) / duration_us;2144 T(sensors[GYR]).skip_sample_cnt++;2152 T(sensors[ACC]).skip_sample_cnt = ACC_SKIP_SAMPLE_NB;2154 T(sensors[ACC]).skip_sample_cnt = (ICM40600_ACCEL_START_TIME_MS * 1000) / duration_us;2156 T(sensors[ACC]).skip_sample_cnt++;2417 if (T(sensors[ACC]).skip_sample_cnt > 0) {2419 T(sensors[ACC]).skip_sample_cnt--;2423 if (T(sensors[GYR]).skip_sample_cnt > 0) {[all …]