WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
uapi_crc16.c 文件参考
#include "uapi_crc.h"
#include "common_def.h"
uapi_crc16.c 的引用(Include)关系图:

函数

uint16_t uapi_crc16 (uint16_t crc_start, const uint8_t *buffer, uint32_t length)
 计算16位CRC校验值. 多项式: x16 + x12 + x5 + 1 (0x1021)。