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
24
extern
const
xwu8_t
xwlib_crc8tbl_0x07
[256];
25
extern
const
xwu8_t
xwlib_crc8tbl_0x31
[256];
26
extern
const
xwu8_t
xwlib_crc8tbl_0x9B
[256];
27
50
xwer_t
xwlib_crc8_cal
(
xwu8_t
* crc8,
51
xwu8_t
xorout,
bool
refin,
bool
refout,
xwu8_t
plynml,
52
const
xwu8_t
stream[],
xwsz_t
* size);
53
69
xwu8_t
xwlib_crc8_calms
(
const
xwu8_t
stream[],
xwsz_t
* size);
70
75
#endif
/* xwos/lib/crc8.h */
xwlib_crc8_calms
xwu8_t xwlib_crc8_calms(const xwu8_t stream[], xwsz_t *size)
用主流CRC8参数模型计算数据的CRC8校验值
Definition
crc8.c:256
xwlib_crc8_cal
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
xwlib_crc8tbl_0x07
const xwu8_t xwlib_crc8tbl_0x07[256]
CRC8多项式0x7的查询表
Definition
crc8.c:21
xwlib_crc8tbl_0x9B
const xwu8_t xwlib_crc8tbl_0x9B[256]
CRC8多项式0x9B的查询表
Definition
crc8.c:101
xwlib_crc8tbl_0x31
const xwu8_t xwlib_crc8tbl_0x31[256]
CRC8多项式0x31的查询表
Definition
crc8.c:61
xwer_t
signed long xwer_t
Definition
type.h:554
xwsz_t
unsigned long xwsz_t
Definition
type.h:339
xwu8_t
uint8_t xwu8_t
Definition
type.h:194
standard.h
XWOS的标准头文件
xwos
lib
crc8.h
制作者
1.9.7