| enum | USER_ErrorCode_e {
USER_ErrorCode_NoError =0,
USER_ErrorCode_iqFullScaleCurrent_A_High =1,
USER_ErrorCode_iqFullScaleCurrent_A_Low =2,
USER_ErrorCode_iqFullScaleVoltage_V_High =3,
USER_ErrorCode_iqFullScaleVoltage_V_Low =4,
USER_ErrorCode_iqFullScaleFreq_Hz_High =5,
USER_ErrorCode_iqFullScaleFreq_Hz_Low =6,
USER_ErrorCode_numPwmTicksPerIsrTick_High =7,
USER_ErrorCode_numPwmTicksPerIsrTick_Low =8,
USER_ErrorCode_numIsrTicksPerCtrlTick_High =9,
USER_ErrorCode_numIsrTicksPerCtrlTick_Low =10,
USER_ErrorCode_numCtrlTicksPerCurrentTick_High =11,
USER_ErrorCode_numCtrlTicksPerCurrentTick_Low =12,
USER_ErrorCode_numCtrlTicksPerEstTick_High =13,
USER_ErrorCode_numCtrlTicksPerEstTick_Low =14,
USER_ErrorCode_numCtrlTicksPerSpeedTick_High =15,
USER_ErrorCode_numCtrlTicksPerSpeedTick_Low =16,
USER_ErrorCode_numCtrlTicksPerTrajTick_High =17,
USER_ErrorCode_numCtrlTicksPerTrajTick_Low =18,
USER_ErrorCode_numCurrentSensors_High =19,
USER_ErrorCode_numCurrentSensors_Low =20,
USER_ErrorCode_numVoltageSensors_High =21,
USER_ErrorCode_numVoltageSensors_Low =22,
USER_ErrorCode_offsetPole_rps_High =23,
USER_ErrorCode_offsetPole_rps_Low =24,
USER_ErrorCode_fluxPole_rps_High =25,
USER_ErrorCode_fluxPole_rps_Low =26,
USER_ErrorCode_zeroSpeedLimit_High =27,
USER_ErrorCode_zeroSpeedLimit_Low =28,
USER_ErrorCode_forceAngleFreq_Hz_High =29,
USER_ErrorCode_forceAngleFreq_Hz_Low =30,
USER_ErrorCode_maxAccel_Hzps_High =31,
USER_ErrorCode_maxAccel_Hzps_Low =32,
USER_ErrorCode_maxAccel_est_Hzps_High =33,
USER_ErrorCode_maxAccel_est_Hzps_Low =34,
USER_ErrorCode_directionPole_rps_High =35,
USER_ErrorCode_directionPole_rps_Low =36,
USER_ErrorCode_speedPole_rps_High =37,
USER_ErrorCode_speedPole_rps_Low =38,
USER_ErrorCode_dcBusPole_rps_High =39,
USER_ErrorCode_dcBusPole_rps_Low =40,
USER_ErrorCode_fluxFraction_High =41,
USER_ErrorCode_fluxFraction_Low =42,
USER_ErrorCode_indEst_speedMaxFraction_High =43,
USER_ErrorCode_indEst_speedMaxFraction_Low =44,
USER_ErrorCode_powerWarpGain_High =45,
USER_ErrorCode_powerWarpGain_Low =46,
USER_ErrorCode_systemFreq_MHz_High =47,
USER_ErrorCode_systemFreq_MHz_Low =48,
USER_ErrorCode_pwmFreq_kHz_High =49,
USER_ErrorCode_pwmFreq_kHz_Low =50,
USER_ErrorCode_voltage_sf_High =51,
USER_ErrorCode_voltage_sf_Low =52,
USER_ErrorCode_current_sf_High =53,
USER_ErrorCode_current_sf_Low =54,
USER_ErrorCode_voltageFilterPole_Hz_High =55,
USER_ErrorCode_voltageFilterPole_Hz_Low =56,
USER_ErrorCode_maxVsMag_pu_High =57,
USER_ErrorCode_maxVsMag_pu_Low =58,
USER_ErrorCode_estKappa_High =59,
USER_ErrorCode_estKappa_Low =60,
USER_ErrorCode_motor_type_Unknown =61,
USER_ErrorCode_motor_numPolePairs_High =62,
USER_ErrorCode_motor_numPolePairs_Low =63,
USER_ErrorCode_motor_ratedFlux_High =64,
USER_ErrorCode_motor_ratedFlux_Low =65,
USER_ErrorCode_motor_Rr_High =66,
USER_ErrorCode_motor_Rr_Low =67,
USER_ErrorCode_motor_Rs_High =68,
USER_ErrorCode_motor_Rs_Low =69,
USER_ErrorCode_motor_Ls_d_High =70,
USER_ErrorCode_motor_Ls_d_Low =71,
USER_ErrorCode_motor_Ls_q_High =72,
USER_ErrorCode_motor_Ls_q_Low =73,
USER_ErrorCode_maxCurrent_High =74,
USER_ErrorCode_maxCurrent_Low =75,
USER_ErrorCode_maxCurrent_resEst_High =76,
USER_ErrorCode_maxCurrent_resEst_Low =77,
USER_ErrorCode_maxCurrent_indEst_High =78,
USER_ErrorCode_maxCurrent_indEst_Low =79,
USER_ErrorCode_maxCurrentSlope_High =80,
USER_ErrorCode_maxCurrentSlope_Low =81,
USER_ErrorCode_maxCurrentSlope_powerWarp_High =82,
USER_ErrorCode_maxCurrentSlope_powerWarp_Low =83,
USER_ErrorCode_IdRated_High =84,
USER_ErrorCode_IdRated_Low =85,
USER_ErrorCode_IdRatedFraction_indEst_High =86,
USER_ErrorCode_IdRatedFraction_indEst_Low =87,
USER_ErrorCode_IdRatedFraction_ratedFlux_High =88,
USER_ErrorCode_IdRatedFraction_ratedFlux_Low =89,
USER_ErrorCode_IdRated_delta_High =90,
USER_ErrorCode_IdRated_delta_Low =91,
USER_ErrorCode_fluxEstFreq_Hz_High =92,
USER_ErrorCode_fluxEstFreq_Hz_Low =93,
USER_ErrorCode_ctrlFreq_Hz_High =94,
USER_ErrorCode_ctrlFreq_Hz_Low =95,
USER_ErrorCode_estFreq_Hz_High =96,
USER_ErrorCode_estFreq_Hz_Low =97,
USER_ErrorCode_RoverL_estFreq_Hz_High =98,
USER_ErrorCode_RoverL_estFreq_Hz_Low =99,
USER_ErrorCode_trajFreq_Hz_High =100,
USER_ErrorCode_trajFreq_Hz_Low =101,
USER_ErrorCode_ctrlPeriod_sec_High =102,
USER_ErrorCode_ctrlPeriod_sec_Low =103,
USER_ErrorCode_maxNegativeIdCurrent_a_High =104,
USER_ErrorCode_maxNegativeIdCurrent_a_Low =105,
USER_numErrorCodes =106
} |