Home
last modified time | relevance | path

Searched refs:debug_print_trigger (Results 1 – 4 of 4) sorted by relevance

/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
Dgyro_cal.h206 bool debug_print_trigger; // Flag used to trigger data printout. member
Dgyro_cal.c872 gyro_cal->debug_print_trigger = true; in gyroCalUpdateDebug()
1021 if (gyro_cal->debug_print_trigger) { in gyroCalDebugPrint()
1025 gyro_cal->debug_print_trigger = false; // Resets trigger. in gyroCalDebugPrint()
/device/google/contexthub/firmware/os/algos/calibration/over_temp/
Dover_temp_cal.h338 bool debug_print_trigger; // Flag used to trigger data printout. member
Dover_temp_cal.c1531 over_temp_cal->debug_print_trigger = true; in updateDebugData()
1582 if (over_temp_cal->debug_print_trigger) { in overTempCalDebugPrint()
1586 over_temp_cal->debug_print_trigger = false; // Resets trigger. in overTempCalDebugPrint()