crc.h
来自「串口传输文件device端实例」· C头文件 代码 · 共 9 行
H
9 行
#ifndef __CRC_H__
#define __CRC_H__
extern Boolean IsMagic_CRC16(UInt16 crc);
extern Boolean IsValid_CRC16(UInt16 old_fcs, UInt16 crc);
extern UInt16 Add_CRC16(UInt16 crc, const Char *pdata, Int32 len);
extern UInt16 Get_CRC16(const Char *pdata, Int32 len);
#endif //__CRC_H__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?