Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/drivers/bosch_bmi160/
Dbosch_bmi160.c392 uint32_t stepCntSamplingTimerHandle; member
1238 if (mTask.stepCntSamplingTimerHandle) { in stepCntPower()
1239 timTimerCancel(mTask.stepCntSamplingTimerHandle); in stepCntPower()
1240 mTask.stepCntSamplingTimerHandle = 0; in stepCntPower()
1531 if (rate == SENSOR_RATE_ONCHANGE && mTask.stepCntSamplingTimerHandle) { in stepCntSetRate()
1532 timTimerCancel(mTask.stepCntSamplingTimerHandle); in stepCntSetRate()
1533 mTask.stepCntSamplingTimerHandle = 0; in stepCntSetRate()
1535 if (mTask.stepCntSamplingTimerHandle) { in stepCntSetRate()
1536 timTimerCancel(mTask.stepCntSamplingTimerHandle); in stepCntSetRate()
1538 …mTask.stepCntSamplingTimerHandle = timTimerSet(sensorTimerLookupCommon(StepCntRates, stepCntRateTi… in stepCntSetRate()