OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gyroStillDetReset
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
gyro_stillness_detect.h
109
void
gyroStillDetReset
(struct GyroStillDet* gyro_still_det, bool reset_stats);
gyro_cal.c
403
gyroStillDetReset
(&gyro_cal->accel_stillness_detect,
405
gyroStillDetReset
(&gyro_cal->gyro_stillness_detect, /*reset_stats=*/true);
406
gyroStillDetReset
(&gyro_cal->mag_stillness_detect, /*reset_stats=*/true);
422
gyroStillDetReset
(&gyro_cal->accel_stillness_detect,
424
gyroStillDetReset
(&gyro_cal->gyro_stillness_detect,
426
gyroStillDetReset
(&gyro_cal->mag_stillness_detect, /*reset_stats=*/false);
446
gyroStillDetReset
(&gyro_cal->accel_stillness_detect, /*reset_stats=*/true);
447
gyroStillDetReset
(&gyro_cal->gyro_stillness_detect, /*reset_stats=*/true);
448
gyroStillDetReset
(&gyro_cal->mag_stillness_detect, /*reset_stats=*/true);
559
gyroStillDetReset
(&gyro_cal->accel_stillness_detect, /*reset_stats=*/true)
[
all
...]
gyro_stillness_detect.c
211
void
gyroStillDetReset
(struct GyroStillDet* gyro_still_det, bool reset_stats) {
Completed in 126 milliseconds