Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dtimer.h42 uint32_t timTimerSet(uint64_t length, uint32_t jitterPpm, uint32_t driftPpm, TimTimerCbkF cbk, void…
/device/google/contexthub/firmware/os/drivers/bosch_bmp280/
Dbosch_bmp280.c312 …mTask.baroTimerHandle = timTimerSet(sensorTimerLookupCommon(baroSupportedRates, rateTimerValsBaro,… in sensorRateBaro()
331 mTask.baroTimerHandle = timTimerSet(100000000ull, 0, 50, baroTimerCallback, NULL, false); in sensorCalibrateBaro()
377 …mTask.tempTimerHandle = timTimerSet(sensorTimerLookupCommon(tempSupportedRates, rateTimerValsTemp,… in sensorRateTemp()
/device/google/contexthub/firmware/os/drivers/hall/
Dhall.c96 …mTask.debounceTimerHandle = timTimerSet(HALL_DEBOUNCE_TIMER_DELAY, 0, 50, debounceTimerCallback, (… in hallIsr()
/device/google/contexthub/firmware/os/drivers/st_lps22hb/
Dlps22hb.c298 mTask.baroTimerHandle = timTimerSet(sensorTimerLookupCommon(lps22hbRates, in baroSetRate()
348 mTask.tempTimerHandle = timTimerSet(sensorTimerLookupCommon(lps22hbRates, in tempSetRate()
/device/google/contexthub/firmware/os/drivers/hall_twopole/
Dhall_twopole.c100 …data->debounceTimerHandle = timTimerSet(HALL_DEBOUNCE_TIMER_DELAY, 0, 50, debounceTimerCallback, (… in startDebounceTimer()
/device/google/contexthub/firmware/os/core/
Dtimer.c195 uint32_t timTimerSet(uint64_t length, uint32_t jitterPpm, uint32_t driftPpm, TimTimerCbkF cbk, void… in timTimerSet() function
Dspi.c122 if (!timTimerSet(state->packets[i].delay, 0, 50, spiDelayCallback, state, true)) { in spiMasterRxTxDone()
DhostIntf.c684 timTimerSet(SENSOR_INIT_DELAY, 0, 50, initCompleteCallback, NULL, true); in initSensors()
1235 … mLatencyTimer = timTimerSet(CHECK_LATENCY_TIME, 100, 100, latencyTimerCallback, NULL, false); in onConfigCmdEnableOne()
1260 … mLatencyTimer = timTimerSet(CHECK_LATENCY_TIME, 100, 100, latencyTimerCallback, NULL, false); in onConfigCmdEnableAll()
DnanohubCommand.c1303 timTimerSet(PRINT_DELAY, 0, 50, syncDebugCallback, NULL, false /*oneShot*/))) { in syncDebugTriggerPrint()
/device/google/contexthub/firmware/os/drivers/ams_tmd2772/
Dams_tmd2772.c353 …mData.alsTimerHandle = timTimerSet(sensorTimerLookupCommon(supportedRates, rateTimerVals, rate), 0… in sensorRateAls()
408 …mData.proxTimerHandle = timTimerSet(sensorTimerLookupCommon(supportedRates, rateTimerVals, rate), … in sensorRateProx()
/device/google/contexthub/firmware/os/drivers/synaptics_s3708/
Dsynaptics_s3708.c292 … mTask.retryTimerHandle = timTimerSet(MAX_I2C_RETRY_DELAY, 0, 50, retryTimerCallback, NULL, true); in setRetryTimer()
/device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
Drohm_rpr0521.c391 …mTask.alsTimerHandle = timTimerSet(ROHM_RPR0521_ALS_TIMER_DELAY, 0, 50, alsTimerCallback, NULL, fa… in sensorPowerAls()
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c1766 …mTask.stepCntSamplingTimerHandle = timTimerSet(sensorTimerLookupCommon(StepCntRates, stepCntRateTi…
3433 if (timTimerSet(100000000, 100, 100, sensorTimerCallback, NULL, true) == 0)
3552 if (timTimerSet(kTimeSyncPeriodNs, 100, 100, timeSyncCallback,
3591 if (timTimerSet(100000000 - currTime, 100, 100, sensorTimerCallback, NULL, true) == 0)
/device/google/contexthub/firmware/os/drivers/ams_tmd4903/
Dams_tmd4903.c482 …mTask.alsTimerHandle = timTimerSet(AMS_TMD4903_ALS_TIMER_DELAY, 0, 50, alsTimerCallback, NULL, fal… in sensorPowerAls()
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c2699 timTimerSet(100000000, 100, 100, lsm6dsm_timerCallback, NULL, true); in lsm6dsm_handleSpiDoneEvt()
2932 timTimerSet(100000000 - currTime, 100, 100, lsm6dsm_timerCallback, NULL, true); in lsm6dsm_handleEvent()