Home
last modified time | relevance | path

Searched refs:using_mag_sensor (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
Dgyro_cal.c296 gyro_cal->using_mag_sensor = true; in gyroCalUpdateMag()
335 gyro_cal->using_mag_sensor) || in deviceStillnessCheck()
348 if (gyro_cal->using_mag_sensor) { in deviceStillnessCheck()
579 gyro_cal->using_mag_sensor) { in checkWatchdog()
580 gyro_cal->using_mag_sensor = false; in checkWatchdog()
802 gyro_cal->debug_gyro_cal.using_mag_sensor = gyro_cal->using_mag_sensor; in gyroCalUpdateDebug()
898 mag_data = (gyro_cal->debug_gyro_cal.using_mag_sensor) in gyroCalDebugPrintData()
990 if (gyro_cal->debug_gyro_cal.using_mag_sensor) { in gyroCalDebugPrintData()
Dgyro_cal.h88 bool using_mag_sensor; member
171 bool using_mag_sensor; member