CI13LC SDK API手册  2.1.1
本手册用于描述CI13LC SDK各个组件和驱动API
misc_crc.h
浏览该文件的文档.
1 
11 #ifndef _MISC_CRC_H_
12 #define _MISC_CRC_H_
13 
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
18 uint16_t crc_func(uint16_t crc,uint8_t * buf,uint32_t len);
19 
20 
21 #ifdef __cplusplus
22 }
23 #endif
24 
25 #endif
26 
uint16_t crc_func(uint16_t crc, uint8_t *buf, uint32_t len)
Definition: misc_crc.c:55