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

  /device/google/contexthub/firmware/os/inc/
sensors.h 239 #define SENSOR_HZ(_hz) ((uint32_t)((_hz) * 1024.0f))
  /device/google/contexthub/util/nanoapp_cmd/
nanoapp_cmd.c 41 #define SENSOR_HZ(_hz) ((uint32_t)((_hz) * 1024.0f))
494 mConfigCmd.rate = SENSOR_HZ((float)atoi(argv[4]));

Completed in 160 milliseconds