Searched refs:total_step_cnt (Results 1 – 1 of 1) sorted by relevance
378 uint32_t total_step_cnt; member752 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()