XWOS API  4.0
XWOS C/C++ API参考手册
载入中...
搜索中...
未找到
crc8.h
浏览该文件的文档.
1
13#ifndef __xwos_lib_crc8_h__
14#define __xwos_lib_crc8_h__
15
16#include <xwos/standard.h>
17
24extern const xwu8_t xwlib_crc8tbl_0x07[256];
25extern const xwu8_t xwlib_crc8tbl_0x31[256];
26extern const xwu8_t xwlib_crc8tbl_0x9B[256];
27
51 xwu8_t xorout, bool refin, bool refout, xwu8_t plynml,
52 const xwu8_t stream[], xwsz_t * size);
53
69xwu8_t xwlib_crc8_calms(const xwu8_t stream[], xwsz_t * size);
70
75#endif /* xwos/lib/crc8.h */
xwu8_t xwlib_crc8_calms(const xwu8_t stream[], xwsz_t *size)
用主流CRC8参数模型计算数据的CRC8校验值
Definition crc8.c:256
xwer_t xwlib_crc8_cal(xwu8_t *crc8, xwu8_t xorout, bool refin, bool refout, xwu8_t plynml, const xwu8_t stream[], xwsz_t *size)
计算数据的CRC8校验值
Definition crc8.c:220
const xwu8_t xwlib_crc8tbl_0x07[256]
CRC8多项式0x7的查询表
Definition crc8.c:21
const xwu8_t xwlib_crc8tbl_0x9B[256]
CRC8多项式0x9B的查询表
Definition crc8.c:101
const xwu8_t xwlib_crc8tbl_0x31[256]
CRC8多项式0x31的查询表
Definition crc8.c:61
signed long xwer_t
Definition type.h:554
unsigned long xwsz_t
Definition type.h:339
uint8_t xwu8_t
Definition type.h:194
XWOS的标准头文件