📄 crc16.h
字号:
/*****************************************************************************
Module : CRC-16 calculation
******************************************************************************
Function : CRC-16 related functions
Procedures : calc_crc()
Author : $Author: Adrian $
Revision : $Revision: 2 $
Modified : $Modtime: 05-05-11 14:52 $
File : $Workfile: crc16.h $
******************************************************************************
KTH, Royal Institute of Technology, S3, Stockholm
*****************************************************************************/
#ifndef COM_CRC16_H
#define COM_CRC16_H
/*--- Include files --------------------------------------------------------*/
#include <csl_stdinc.h>
/*=== End of include files =================================================*/
/*--- Global defines -------------------------------------------------------*/
/*=== End of global defines ================================================*/
/*--- Global types declaration ---------------------------------------------*/
/*=== End of global types declaration ======================================*/
/*--- Global variables declaration -----------------------------------------*/
/*=== End of global variables declaration ==================================*/
/*--- Global constants declaration -----------------------------------------*/
/*=== End of global constants declaration ==================================*/
/*--- Global functions declaration -----------------------------------------*/
Uint16 calc_crc(Uint8 *pDataBuff, int n);
/*=== End of global functions declaration ==================================*/
#endif
/*--- AUTOMATICALLY GENERATED VERSION HISTORY --------------------------------
$Log: /MIMO/common/crc16.h $
*
* 2 05-05-11 14:52 Adrian
*
* 1 05-05-11 14:40 Adrian
* created and added to VSS
===== END OF AUTOMATICALLY GENERATED VERSION HISTORY =======================*/
/**** End of file ***********************************************************/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -