Searched refs:timTimerSet (Results 1 – 11 of 11) sorted by relevance
/device/google/contexthub/firmware/inc/ |
D | timer.h | 42 uint32_t timTimerSet(uint64_t length, uint32_t jitterPpm, uint32_t driftPpm, TimTimerCbkF cbk, void…
|
/device/google/contexthub/firmware/src/drivers/bosch_bmp280/ |
D | bosch_bmp280.c | 221 …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/ |
D | hall.c | 96 …mTask.debounceTimerHandle = timTimerSet(HALL_DEBOUNCE_TIMER_DELAY, 0, 50, debounceTimerCallback, (… in hallIsr()
|
/device/google/contexthub/firmware/src/ |
D | timer.c | 181 uint32_t timTimerSet(uint64_t length, uint32_t jitterPpm, uint32_t driftPpm, TimTimerCbkF cbk, void… in timTimerSet() function
|
D | spi.c | 121 if (!timTimerSet(state->packets[i].delay, 0, 50, spiDelayCallback, state, true)) { in spiMasterRxTxDone()
|
D | hostIntf.c | 627 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/ |
D | hall_twopole.c | 100 …data->debounceTimerHandle = timTimerSet(HALL_DEBOUNCE_TIMER_DELAY, 0, 50, debounceTimerCallback, (… in startDebounceTimer()
|
/device/google/contexthub/firmware/src/drivers/ams_tmd2772/ |
D | ams_tmd2772.c | 291 …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/ |
D | rohm_rpr0521.c | 332 …mTask.alsTimerHandle = timTimerSet(ROHM_RPR0521_ALS_TIMER_DELAY, 0, 50, alsTimerCallback, NULL, fa… in sensorPowerAls()
|
/device/google/contexthub/firmware/src/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 1538 …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/ |
D | ams_tmd4903.c | 380 …mTask.alsTimerHandle = timTimerSet(AMS_TMD4903_ALS_TIMER_DELAY, 0, 50, alsTimerCallback, NULL, fal… in sensorPowerAls()
|