Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/
Dtimer.h42 uint32_t timTimerSet(uint64_t length, uint32_t jitterPpm, uint32_t driftPpm, TimTimerCbkF cbk, void…
/device/google/contexthub/firmware/src/drivers/bosch_bmp280/
Dbosch_bmp280.c221 …mTask.baroTimerHandle = timTimerSet(sensorTimerLookupCommon(baroSupportedRates, rateTimerValsBaro,… in sensorRateBaro()
240 mTask.baroTimerHandle = timTimerSet(100000000ull, 0, 50, baroTimerCallback, NULL, false); in sensorCalibrateBaro()
290 …mTask.tempTimerHandle = timTimerSet(sensorTimerLookupCommon(tempSupportedRates, rateTimerValsTemp,… in sensorRateTemp()
/device/google/contexthub/firmware/src/drivers/hall/
Dhall.c96 …mTask.debounceTimerHandle = timTimerSet(HALL_DEBOUNCE_TIMER_DELAY, 0, 50, debounceTimerCallback, (… in hallIsr()
/device/google/contexthub/firmware/src/
Dtimer.c181 uint32_t timTimerSet(uint64_t length, uint32_t jitterPpm, uint32_t driftPpm, TimTimerCbkF cbk, void… in timTimerSet() function
Dspi.c121 if (!timTimerSet(state->packets[i].delay, 0, 50, spiDelayCallback, state, true)) { in spiMasterRxTxDone()
DhostIntf.c627 timTimerSet(SENSOR_INIT_DELAY, 0, 50, initCompleteCallback, NULL, true); in initSensors()
1129 … mLatencyTimer = timTimerSet(CHECK_LATENCY_TIME, 100, 100, latencyTimerCallback, NULL, false); in hostIntfHandleEvent()
1170 … mLatencyTimer = timTimerSet(CHECK_LATENCY_TIME, 100, 100, latencyTimerCallback, NULL, false); in hostIntfHandleEvent()
/device/google/contexthub/firmware/src/drivers/hall_twopole/
Dhall_twopole.c100 …data->debounceTimerHandle = timTimerSet(HALL_DEBOUNCE_TIMER_DELAY, 0, 50, debounceTimerCallback, (… in startDebounceTimer()
/device/google/contexthub/firmware/src/drivers/ams_tmd2772/
Dams_tmd2772.c291 …mData.alsTimerHandle = timTimerSet(sensorTimerLookupCommon(supportedRates, rateTimerVals, rate), 0… in sensorRateAls()
346 …mData.proxTimerHandle = timTimerSet(sensorTimerLookupCommon(supportedRates, rateTimerVals, rate), … in sensorRateProx()
/device/google/contexthub/firmware/src/drivers/rohm_rpr0521/
Drohm_rpr0521.c332 …mTask.alsTimerHandle = timTimerSet(ROHM_RPR0521_ALS_TIMER_DELAY, 0, 50, alsTimerCallback, NULL, fa… in sensorPowerAls()
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/
Dbosch_bmi160.c1538 …mTask.stepCntSamplingTimerHandle = timTimerSet(sensorTimerLookupCommon(StepCntRates, stepCntRateTi… in stepCntSetRate()
2813 timTimerSet(100000000, 100, 100, sensorTimerCallback, NULL, true); in handleSpiDoneEvt()
2915 timTimerSet(kTimeSyncPeriodNs, 100, 100, timeSyncCallback, in handleSpiDoneEvt()
2952 timTimerSet(100000000 - currTime, 100, 100, sensorTimerCallback, NULL, true); in handleEvent()
/device/google/contexthub/firmware/src/drivers/ams_tmd4903/
Dams_tmd4903.c380 …mTask.alsTimerHandle = timTimerSet(AMS_TMD4903_ALS_TIMER_DELAY, 0, 50, alsTimerCallback, NULL, fal… in sensorPowerAls()