Searched refs:debug_state (Results 1 – 4 of 4) sorted by relevance
789 if (gyro_cal->debug_state != GYRO_IDLE) { in gyroCalUpdateDebug()1017 switch (gyro_cal->debug_state) { in gyroCalDebugPrint()1025 gyro_cal->debug_state = GYRO_PRINT_OFFSET; in gyroCalDebugPrint()1027 gyro_cal->debug_state = GYRO_IDLE; in gyroCalDebugPrint()1036 gyro_cal->debug_state = gyro_cal->next_state; in gyroCalDebugPrint()1044 gyro_cal->debug_state = GYRO_WAIT_STATE; // First, go to wait state. in gyroCalDebugPrint()1052 gyro_cal->debug_state = GYRO_WAIT_STATE; // First, go to wait state. in gyroCalDebugPrint()1061 gyro_cal->debug_state = GYRO_WAIT_STATE; // First, go to wait state. in gyroCalDebugPrint()1069 gyro_cal->debug_state = GYRO_WAIT_STATE; // First, go to wait state. in gyroCalDebugPrint()1076 gyro_cal->debug_state = GYRO_WAIT_STATE; // First, go to wait state. in gyroCalDebugPrint()[all …]
201 enum GyroCalDebugState debug_state; // Debug printout state machine. member
408 over_temp_cal->debug_state = OTC_IDLE; in overTempCalSetModel()481 over_temp_cal->debug_state = OTC_IDLE; in overTempCalSetModelData()1504 if (over_temp_cal->debug_state != OTC_IDLE) { in updateDebugData()1557 switch (over_temp_cal->debug_state) { in overTempCalDebugPrint()1565 over_temp_cal->debug_state = OTC_PRINT_OFFSET; in overTempCalDebugPrint()1567 over_temp_cal->debug_state = OTC_IDLE; in overTempCalDebugPrint()1576 over_temp_cal->debug_state = over_temp_cal->next_state; in overTempCalDebugPrint()1609 over_temp_cal->debug_state = OTC_WAIT_STATE; // First, go to wait state. in overTempCalDebugPrint()1653 over_temp_cal->debug_state = OTC_WAIT_STATE; // First, go to wait state. in overTempCalDebugPrint()1679 over_temp_cal->debug_state = OTC_WAIT_STATE; // First, go to wait state. in overTempCalDebugPrint()[all …]
323 enum OverTempCalDebugState debug_state; // Debug printout state machine. member