Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/drivers/bosch_bmi160/
Dbosch_bmi160.c378 uint32_t total_step_cnt; member
752 step_cnt.idata = mTask.total_step_cnt; in stepCntSamplingCallback()
1639 mTask.total_step_cnt += cur_step_cnt + (0xFFFF - mTask.last_step_cnt); in sendStepCnt()
1641 mTask.total_step_cnt += (cur_step_cnt - mTask.last_step_cnt); in sendStepCnt()
1648 step_cnt.idata = mTask.total_step_cnt; in sendStepCnt()
1664 return osEnqueuePrivateEvt(EVT_SENSOR_STEP_COUNTER, (void *) mTask.total_step_cnt, NULL, tid); in stepCntSendLastData()