Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/drivers/bosch_bmi160/
Dbosch_bmi160.c748 union EmbeddedDataPoint step_cnt; in stepCntSamplingCallback() local
752 step_cnt.idata = mTask.total_step_cnt; in stepCntSamplingCallback()
753 osEnqueueEvt(EVT_SENSOR_STEP_COUNTER, step_cnt.vptr, NULL); in stepCntSamplingCallback()
1632 union EmbeddedDataPoint step_cnt; in sendStepCnt() local
1648 step_cnt.idata = mTask.total_step_cnt; in sendStepCnt()
1649 osEnqueueEvt(EVT_SENSOR_STEP_COUNTER, step_cnt.vptr, NULL); in sendStepCnt()