Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
Dgyro_cal.c1117 static enum GyroCalDebugState next_state = GYRO_IDLE; in gyroCalDebugPrint() local
1138 gyro_cal->debug_state = next_state; in gyroCalDebugPrint()
1145 next_state = GYRO_PRINT_STILLNESS_DATA; // Sets the next state. in gyroCalDebugPrint()
1152 next_state = GYRO_PRINT_SAMPLE_RATE_AND_TEMPERATURE; // Sets next state. in gyroCalDebugPrint()
1160 next_state = GYRO_PRINT_GYRO_MINMAX_STILLNESS_MEAN; // Sets next state. in gyroCalDebugPrint()
1168 next_state = GYRO_PRINT_ACCEL_STATS; // Sets the next state. in gyroCalDebugPrint()
1175 next_state = GYRO_PRINT_GYRO_STATS; // Sets the next state. in gyroCalDebugPrint()
1182 next_state = GYRO_PRINT_MAG_STATS; // Sets the next state. in gyroCalDebugPrint()
1189 next_state = GYRO_IDLE; // Sets the next state. in gyroCalDebugPrint()
1212 static enum GyroCalDebugState next_state = GYRO_IDLE; in gyroCalTuneDebugPrint() local
[all …]
/device/google/contexthub/firmware/os/algos/calibration/over_temp/
Dover_temp_cal.c1097 static enum OverTempCalDebugState next_state = 0; in overTempCalDebugPrint() local
1119 over_temp_cal->debug_state = next_state; in overTempCalDebugPrint()
1149 next_state = OTC_PRINT_MODEL_PARAMETERS; // Sets the next state. in overTempCalDebugPrint()
1185 next_state = OTC_PRINT_MODEL_ERROR; // Sets the next state. in overTempCalDebugPrint()
1212 next_state = OTC_PRINT_MODEL_DATA; // Sets the next state. in overTempCalDebugPrint()
1240 next_state = OTC_PRINT_MODEL_DATA; // Sets the next state. in overTempCalDebugPrint()
1246 next_state = OTC_IDLE; // Sets the next state. in overTempCalDebugPrint()
1255 next_state = OTC_IDLE; // Sets the next state. in overTempCalDebugPrint()