HomeSort by relevance Sort by last modified time
    Searched refs:tempSetRate (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/firmware/os/drivers/si_si7034/
si7034a10.c 325 static bool tempSetRate(uint32_t rate, uint64_t latency, void *cookie)
355 { DEC_OPS(tempPower, tempFwUpload, tempSetRate, tempFlush, NULL, NULL) },
460 tempSetRate(SENSOR_HZ(1), 0, NULL);
  /device/google/contexthub/firmware/os/drivers/st_lps22hb/
lps22hb.c 486 static bool tempSetRate(uint32_t rate, uint64_t latency, void *cookie)
491 INFO_PRINT("tempSetRate %lu Hz - %llu ns\n", rate, latency);
515 { DEC_OPS(tempPower, tempFwUpload, tempSetRate, tempFlush, NULL, NULL) },
687 tempSetRate(SENSOR_HZ(1), 0, NULL);

Completed in 50 milliseconds