OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SENSOR_HZ
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/util/nanoapp_cmd/
nanoapp_cmd.c
37
#define
SENSOR_HZ
(_hz) ((uint32_t)((_hz) * 1024.0f))
357
mConfigCmd.rate =
SENSOR_HZ
((float)atoi(argv[4]));
/device/google/contexthub/firmware/inc/
sensors.h
233
#define
SENSOR_HZ
(_hz) ((uint32_t)((_hz) * 1024.0f))
Completed in 98 milliseconds