/device/google/contexthub/firmware/os/inc/ |
D | timer.h | 43 uint32_t timTimerSet(uint64_t length, uint32_t jitterPpm, uint32_t driftPpm, TimTimerCbkF cbk, void…
|
/device/google/contexthub/firmware/os/drivers/bosch_bmp280/ |
D | bosch_bmp280.c | 366 …mTask.baroTimerHandle = timTimerSet(sensorTimerLookupCommon(baroSupportedRates, rateTimerValsBaro,… in sensorRateBaro() 385 mTask.baroTimerHandle = timTimerSet(100000000ull, 0, 50, baroTimerCallback, NULL, false); in sensorCalibrateBaro() 457 …mTask.tempTimerHandle = timTimerSet(sensorTimerLookupCommon(tempSupportedRates, rateTimerValsTemp,… in sensorRateTemp() 572 mTask.resetHandle = timTimerSet(2000000ull, 0, 50, softresetCallback, NULL, true); in handleI2cEvent()
|
/device/google/contexthub/firmware/os/drivers/si_si7034/ |
D | si7034a10.c | 291 mTask.humiTimerHandle = timTimerSet(sensorTimerLookupCommon(si7034Rates, in humiSetRate() 332 mTask.tempTimerHandle = timTimerSet(sensorTimerLookupCommon(si7034Rates, in tempSetRate()
|
/device/google/contexthub/firmware/os/drivers/hall/ |
D | hall.c | 96 …mTask.debounceTimerHandle = timTimerSet(HALL_DEBOUNCE_TIMER_DELAY, 0, 50, debounceTimerCallback, (… in hallIsr()
|
/device/google/contexthub/firmware/os/drivers/leds/ |
D | leds_gpio.c | 105 mTask.ledsTimerHandle = timTimerSet(sensorTimerLookupCommon(ledsRates, in sensorLedsSetRate()
|
D | leds_lp3943.c | 210 mTask.ledsTimerHandle = timTimerSet(sensorTimerLookupCommon(ledsRates, in sensorLP3943SetRate()
|
/device/google/contexthub/firmware/os/drivers/hall_twopole/ |
D | hall_twopole.c | 100 …data->debounceTimerHandle = timTimerSet(HALL_DEBOUNCE_TIMER_DELAY, 0, 50, debounceTimerCallback, (… in startDebounceTimer()
|
/device/google/contexthub/firmware/os/drivers/st_lps22hb/ |
D | lps22hb.c | 396 mTask.baroTimerHandle = timTimerSet(sensorTimerLookupCommon(lps22hbRates, in baroSetRate() 492 mTask.tempTimerHandle = timTimerSet(sensorTimerLookupCommon(lps22hbRates, in tempSetRate()
|
/device/google/contexthub/firmware/os/core/ |
D | timer.c | 211 uint32_t timTimerSet(uint64_t length, uint32_t jitterPpm, uint32_t driftPpm, TimTimerCbkF cbk, void… in timTimerSet() function
|
D | spi.c | 122 if (!timTimerSet(state->packets[i].delay, 0, 50, spiDelayCallback, state, true)) { in spiMasterRxTxDone()
|
D | hostIntf.c | 685 timTimerSet(SENSOR_INIT_DELAY, 0, 50, initCompleteCallback, NULL, true); in initSensors() 1313 … mLatencyTimer = timTimerSet(CHECK_LATENCY_TIME, 100, 100, latencyTimerCallback, NULL, false); in onConfigCmdEnableOne() 1338 … mLatencyTimer = timTimerSet(CHECK_LATENCY_TIME, 100, 100, latencyTimerCallback, NULL, false); in onConfigCmdEnableAll()
|
D | nanohubCommand.c | 1976 timTimerSet(PRINT_DELAY, 0, 50, syncDebugCallback, NULL, false /*oneShot*/))) { in syncDebugTriggerPrint()
|
/device/google/contexthub/firmware/os/drivers/ams_tmd2772/ |
D | ams_tmd2772.c | 353 …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/intersil_isl29034/ |
D | isl29034.c | 264 …mData.alsTimerHandle = timTimerSet(sensorTimerLookupCommon(supportedRates, rateTimerVals, rate), 0… in sensorRateAls()
|
/device/google/contexthub/firmware/os/drivers/st_hts221/ |
D | hts221.c | 349 mTask.humidityTimerHandle = timTimerSet(sensorTimerLookupCommon(hts221Rates, in humiditySetRate()
|
/device/google/contexthub/firmware/os/drivers/synaptics_s3708/ |
D | synaptics_s3708.c | 293 … mTask.retryTimerHandle = timTimerSet(MAX_I2C_RETRY_DELAY, 0, 50, retryTimerCallback, NULL, true); in setRetryTimer()
|
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/ |
D | st_lsm6dsm.c | 2730 …T(baroTimerId) = timTimerSet(lsm6dsm_sensorHzToNs(T(sensors[TEMP]).rate[TEMP]), 0, 50, lsm6dsm_bar… in lsm6dsm_setPressPower() 2807 …T(baroTimerId) = timTimerSet(lsm6dsm_sensorHzToNs(T(sensors[PRESS]).rate[PRESS]), 0, 50, lsm6dsm_b… in lsm6dsm_setTempPower() 3248 …T(baroTimerId) = timTimerSet(lsm6dsm_sensorHzToNs(rate), 0, 50, lsm6dsm_baroTimerCallback, NULL, f… in lsm6dsm_setPressRate() 3312 …T(baroTimerId) = timTimerSet(lsm6dsm_sensorHzToNs(rate), 0, 50, lsm6dsm_baroTimerCallback, NULL, f… in lsm6dsm_setTempRate() 4605 timTimerSet(100000000, 100, 100, lsm6dsm_timerCallback, NULL, true); in lsm6dsm_handleSpiDoneEvt() 4833 …if (timTimerSet(LSM6DSM_SYNC_DELTA_INTERVAL, 100, 100, lsm6dsm_timerSyncCallback, NULL, true) == 0) in lsm6dsm_handleSpiDoneEvt() 4907 timTimerSet(100000000 - currTime, 100, 100, lsm6dsm_timerCallback, NULL, true); in lsm6dsm_handleEvent()
|
/device/google/contexthub/firmware/os/drivers/rohm_rpr0521/ |
D | rohm_rpr0521.c | 432 …mTask.alsTimerHandle = timTimerSet(ROHM_RPR0521_ALS_TIMER_DELAY, 0, 50, alsTimerCallback, NULL, fa… in sensorPowerAls()
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 1817 …mTask.stepCntSamplingTimerHandle = timTimerSet(sensorTimerLookupCommon(StepCntRates, stepCntRateTi… 3533 if (timTimerSet(100000000, 100, 100, sensorTimerCallback, NULL, true) == 0) 3653 if (timTimerSet(kTimeSyncPeriodNs, 100, 100, timeSyncCallback, 3697 if (timTimerSet(delay, 0, 50, i2cDelayCallback, cookie, true)) 3755 if (timTimerSet(100000000 - currTime, 100, 100, sensorTimerCallback, NULL, true) == 0)
|
/device/google/contexthub/firmware/os/drivers/st_mag40/ |
D | st_mag40.c | 352 if (!timTimerSet(xfer->delay * 1000, 0, 50, i2cDelayCallback, xfer, true)) { in i2cCallback()
|
/device/google/contexthub/firmware/os/drivers/ams_tmd4903/ |
D | ams_tmd4903.c | 482 …mTask.alsTimerHandle = timTimerSet(AMS_TMD4903_ALS_TIMER_DELAY, 0, 50, alsTimerCallback, NULL, fal… in sensorPowerAls()
|
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/ |
D | invensense_icm40600.c | 2180 …T(noMotionTimerHandle) = timTimerSet(ICM40600_NOM_DURATION_NS, 0, 100, noMotionCallback, &T(sensor… 2746 …T(noMotionTimerHandle) = timTimerSet(ICM40600_NOM_DURATION_NS, 0, 100, noMotionCallback, (void *)&…
|