60 #ifndef FOXBMS__MXM_CRC8_H_
61 #define FOXBMS__MXM_CRC8_H_
83 extern uint8_t
MXM_CRC8(uint16_t *pData, int32_t lenData);
General macros and definitions for the whole platform.
#define must_check_return
Allows functions to generate warnings in GCC for unused returns.
STD_RETURN_TYPE_e must_check_return MXM_CRC8SelfTest(void)
Test the CRC8-algorithm with a known pattern.
uint8_t MXM_CRC8(uint16_t *pData, int32_t lenData)
Compute CRC8 with initial value set to 0x00.