hv_drv_crc.h 350 B

12345678910
  1. #include "hv_comm_DataType.h"
  2. #include "hv_drv_Bcon.h"
  3. #include "hv_cal_Bcon.h"
  4. USHORT16 CrcApi_CRC16_MODBUS(USHORT16 *pusMsg, USHORT16 usSeed, USHORT16 usDataLen);
  5. unsigned short CRC16(unsigned short *data, size_t length);
  6. unsigned short CRC16_1(unsigned short *data, unsigned short crc, size_t length);
  7. USHORT16 reverseBits16(USHORT16 usInput);