OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gyroStillDetCompute
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
gyro_stillness_detect.h
105
float
gyroStillDetCompute
(struct GyroStillDet* gyro_still_det);
gyro_stillness_detect.c
124
float
gyroStillDetCompute
(struct GyroStillDet* gyro_still_det) {
gyro_cal.c
347
gyroStillDetCompute
(&gyro_cal->accel_stillness_detect);
348
gyroStillDetCompute
(&gyro_cal->gyro_stillness_detect);
350
gyroStillDetCompute
(&gyro_cal->mag_stillness_detect);
[
all
...]
Completed in 147 milliseconds