CI13LC SDK API手册  2.1.1
本手册用于描述CI13LC SDK各个组件和驱动API
函数 | 变量
misc_crc.c 文件参考
#include <stdint.h>
#include "misc_crc.h"

函数

uint16_t crc_func (uint16_t crc, uint8_t *buf, uint32_t len)
 

变量

static const uint16_t crc16tab_ccitt [256]
 

详细描述

作者
wenfe.nosp@m.ng.w.nosp@m.ang@c.nosp@m.hipi.nosp@m.ntell.nosp@m.i.co.nosp@m.m
版本
V1.0.0
日期
2018.10.06

函数说明

◆ crc_func()

uint16_t crc_func ( uint16_t  crc,
uint8_t *  buf,
uint32_t  len 
)

变量说明

◆ crc16tab_ccitt

const uint16_t crc16tab_ccitt[256]
static