Searched refs:duration_us (Results 1 – 2 of 2) sorted by relevance
2123 uint32_t duration_us; local2138 duration_us = (1000000 * RATE_TO_HZ) / config->gyro_rate;2139 if (duration_us * GYR_SKIP_SAMPLE_NB > ICM40600_GYRO_START_TIME_MS * 1000) {2142 T(sensors[GYR]).skip_sample_cnt = (ICM40600_GYRO_START_TIME_MS * 1000) / duration_us;2143 if ((ICM40600_GYRO_START_TIME_MS * 1000) % duration_us) {2150 duration_us = (1000000 * RATE_TO_HZ) / config->accel_rate;2151 if (duration_us * ACC_SKIP_SAMPLE_NB > ICM40600_ACCEL_START_TIME_MS * 1000) {2154 T(sensors[ACC]).skip_sample_cnt = (ICM40600_ACCEL_START_TIME_MS * 1000) / duration_us;2155 if ((ICM40600_ACCEL_START_TIME_MS * 1000) % duration_us) {2570 uint32_t duration_us; local[all …]
7167 optional int64 duration_us = 3; field