Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c1919 uint32_t cur_step_cnt; local
1920 cur_step_cnt = (int)(mTask.dataBuffer[1] | (mTask.dataBuffer[2] << 8));
1922 if (cur_step_cnt != mTask.last_step_cnt) {
1924 if (cur_step_cnt < mTask.last_step_cnt) {
1925 mTask.total_step_cnt += cur_step_cnt + (0xFFFF - mTask.last_step_cnt);
1927 mTask.total_step_cnt += (cur_step_cnt - mTask.last_step_cnt);
1929 mTask.last_step_cnt = cur_step_cnt;