XWOS API  4.0
XWOS C/C++ API参考手册
载入中...
搜索中...
未找到
crc8.h 文件参考

XWOS通用库:CRC8 更多...

#include <xwos/standard.h>
crc8.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

函数

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校验值
 
xwu8_t xwlib_crc8_calms (const xwu8_t stream[], xwsz_t *size)
 用主流CRC8参数模型计算数据的CRC8校验值
 

变量

const xwu8_t xwlib_crc8tbl_0x07 [256]
 CRC8多项式0x7的查询表
 
const xwu8_t xwlib_crc8tbl_0x31 [256]
 CRC8多项式0x31的查询表
 
const xwu8_t xwlib_crc8tbl_0x9B [256]
 CRC8多项式0x9B的查询表
 

详细描述

XWOS通用库:CRC8

作者

在文件 crc8.h 中定义.