Пока не рабоатет
This commit is contained in:
14
crc_algs.h
Normal file
14
crc_algs.h
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
#ifndef CRC_ALGS_H
|
||||
#define CRC_ALGS_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
extern uint32_t CRC_calc;
|
||||
extern uint32_t CRC_ref;
|
||||
|
||||
|
||||
uint16_t crc16(uint8_t *data, uint32_t data_size);
|
||||
uint32_t crc32(uint8_t *data, uint32_t data_size);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user