foxBMS
1.4.1
The foxBMS Battery Management System API Documentation
|
#include <mxm_1785x_tools.h>
struct describing the different return values of selfchecks that the driver can execute
Definition at line 175 of file mxm_1785x_tools.h.
STD_RETURN_TYPE_e MXM_SELFCHECK_s::addressSpaceChecker |
Address space checker; stores the return value of MXM_5XUserAccessibleAddressSpaceCheckerSelfCheck().
Definition at line 184 of file mxm_1785x_tools.h.
STD_RETURN_TYPE_e MXM_SELFCHECK_s::conv |
Conversion self-check; stores the return value of MXM_ConvertTest().
Definition at line 177 of file mxm_1785x_tools.h.
STD_RETURN_TYPE_e MXM_SELFCHECK_s::crc |
CRC self-check; stores the return value of MXM_CRC8SelfTest().
Definition at line 176 of file mxm_1785x_tools.h.
STD_RETURN_TYPE_e MXM_SELFCHECK_s::extractValueFromRegister |
Extract value from Register self-check; stores the return value of MXM_ExtractValueFromRegisterTest().
Definition at line 180 of file mxm_1785x_tools.h.
STD_RETURN_TYPE_e MXM_SELFCHECK_s::firstSetBit |
First Set Bit self-check; stores the return value of MXM_FirstSetBitTest().
Definition at line 178 of file mxm_1785x_tools.h.
STD_RETURN_TYPE_e MXM_SELFCHECK_s::fmeaStatusASCI |
MAX17841B FMEA register; stores the value of the FMEA check conducted in the state MXM_STATEMACH_41B_CHECK_FMEA.
Definition at line 186 of file mxm_1785x_tools.h.
STD_RETURN_TYPE_e MXM_SELFCHECK_s::parseVoltageReadall |
Voltage parsing of READALL; stores the return value of MXM_ParseVoltageReadallTest().
Definition at line 182 of file mxm_1785x_tools.h.