Searched defs:supportedRates (Results 1 - 7 of 7) sorted by relevance

/device/google/contexthub/firmware/os/drivers/hall/
H A Dhall.c120 static const uint32_t supportedRates[] = variable
129 .supportedRates = supportedRates,
/device/google/contexthub/firmware/os/drivers/hall_twopole/
H A Dhall_twopole.c137 static const uint32_t supportedRates[] = variable
146 .supportedRates = supportedRates,
/device/google/contexthub/firmware/os/drivers/intersil_isl29034/
H A Disl29034.c152 static const uint32_t supportedRates[] = variable
264 mData.alsTimerHandle = timTimerSet(sensorTimerLookupCommon(supportedRates, rateTimerVals, rate), 0, 50, alsTimerCallback, NULL, false);
291 .supportedRates = supportedRates,
/device/google/contexthub/firmware/os/inc/
H A Dsensors.h215 const uint32_t *supportedRates; member in struct:SensorInfo
295 static inline uint64_t sensorTimerLookupCommon(const uint32_t *supportedRates, const uint64_t *timerVals, uint32_t wantedRate) argument
299 while ((rate = *supportedRates++) != 0) {
/device/google/contexthub/firmware/os/drivers/ams_tmd2772/
H A Dams_tmd2772.c195 static const uint32_t supportedRates[] = variable
353 mData.alsTimerHandle = timTimerSet(sensorTimerLookupCommon(supportedRates, rateTimerVals, rate), 0, 50, alsTimerCallback, NULL, false);
408 mData.proxTimerHandle = timTimerSet(sensorTimerLookupCommon(supportedRates, rateTimerVals, rate), 0, 50, proxTimerCallback, NULL, false);
436 .supportedRates = supportedRates,
457 .supportedRates = supportedRates,
/device/google/contexthub/firmware/os/drivers/ams_tmd4903/
H A Dams_tmd4903.c270 static const uint32_t supportedRates[] = variable
665 .supportedRates = supportedRates,
687 .supportedRates = supportedRates,
/device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
H A Drohm_rpr0521.c246 static const uint32_t supportedRates[] = variable
518 .supportedRates = supportedRates,
539 .supportedRates = supportedRates,

Completed in 124 milliseconds