Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c528 uint32_t total_step_cnt; member
956 step_cnt.idata = mTask.total_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);
1934 step_cnt.idata = mTask.total_step_cnt;
1950 if (!osEnqueuePrivateEvt(EVT_SENSOR_STEP_COUNTER, (void *) mTask.total_step_cnt, NULL, tid)) {