Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
Dgyro_cal.c832 if (gyro_cal->debug_state != GYRO_IDLE) { in gyroCalUpdateDebug()
1121 switch (gyro_cal->debug_state) { in gyroCalDebugPrint()
1129 gyro_cal->debug_state = GYRO_PRINT_OFFSET; in gyroCalDebugPrint()
1131 gyro_cal->debug_state = GYRO_IDLE; in gyroCalDebugPrint()
1138 gyro_cal->debug_state = next_state; in gyroCalDebugPrint()
1146 gyro_cal->debug_state = GYRO_WAIT_STATE; // First, go to wait state. in gyroCalDebugPrint()
1153 gyro_cal->debug_state = GYRO_WAIT_STATE; // First, go to wait state. in gyroCalDebugPrint()
1161 gyro_cal->debug_state = GYRO_WAIT_STATE; // First, go to wait state. in gyroCalDebugPrint()
1169 gyro_cal->debug_state = GYRO_WAIT_STATE; // First, go to wait state. in gyroCalDebugPrint()
1176 gyro_cal->debug_state = GYRO_WAIT_STATE; // First, go to wait state. in gyroCalDebugPrint()
[all …]
Dgyro_cal.h162 enum GyroCalDebugState debug_state; // Debug printout state machine. member
/device/google/contexthub/firmware/os/algos/calibration/over_temp/
Dover_temp_cal.c341 over_temp_cal->debug_state = OTC_IDLE; in overTempCalSetModel()
427 over_temp_cal->debug_state = OTC_IDLE; in overTempCalSetModelData()
1062 if (over_temp_cal->debug_state != OTC_IDLE) { in updateDebugData()
1102 switch (over_temp_cal->debug_state) { in overTempCalDebugPrint()
1110 over_temp_cal->debug_state = OTC_PRINT_OFFSET; in overTempCalDebugPrint()
1112 over_temp_cal->debug_state = OTC_IDLE; in overTempCalDebugPrint()
1119 over_temp_cal->debug_state = next_state; in overTempCalDebugPrint()
1150 over_temp_cal->debug_state = OTC_WAIT_STATE; // First, go to wait state. in overTempCalDebugPrint()
1186 over_temp_cal->debug_state = OTC_WAIT_STATE; // First, go to wait state. in overTempCalDebugPrint()
1213 over_temp_cal->debug_state = OTC_WAIT_STATE; // First, go to wait state. in overTempCalDebugPrint()
[all …]
Dover_temp_cal.h229 enum OverTempCalDebugState debug_state; // Debug printout state machine. member