Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c542 uint32_t stepCntSamplingTimerHandle; member
1493 if (mTask.stepCntSamplingTimerHandle) {
1494 timTimerCancel(mTask.stepCntSamplingTimerHandle);
1495 mTask.stepCntSamplingTimerHandle = 0;
1810 if (rate == SENSOR_RATE_ONCHANGE && mTask.stepCntSamplingTimerHandle) {
1811 timTimerCancel(mTask.stepCntSamplingTimerHandle);
1812 mTask.stepCntSamplingTimerHandle = 0;
1814 if (mTask.stepCntSamplingTimerHandle) {
1815 timTimerCancel(mTask.stepCntSamplingTimerHandle);
1817 …mTask.stepCntSamplingTimerHandle = timTimerSet(sensorTimerLookupCommon(StepCntRates, stepCntRateTi…
[all …]