PER Firmware
Loading...
Searching...
No Matches
pec.h
Go to the documentation of this file.
1
8#ifndef _ADBMS_PEC_H_
9#define _ADBMS_PEC_H_
10
11#include <stdbool.h>
12#include <stdint.h>
13
14uint16_t adbms_pec_get_pec15(uint8_t len, const uint8_t *data);
15uint16_t adbms_pec_get_pec10(bool bIsRxCmd, uint8_t nLength, const uint8_t *pDataBuf);
16
17#endif // _ADBMS_PEC_H_
uint16_t adbms_pec_get_pec15(uint8_t len, const uint8_t *data)
CRC15 Pec Calculation Function.
Definition pec.c:75