代码搜索:CRC7

找到约 146 项符合「CRC7」的源代码

代码结果 146
www.eeworm.com/read/481542/6642982

c crc7.c

/* * crc7.c * * This source code is licensed under the GNU General Public License, * Version 2. See the file COPYING for more details. */ #include #include
www.eeworm.com/read/354570/10345099

h mmc_crc.h

unsigned char crc7(unsigned char *, unsigned int); short crc16(unsigned char *, int);
www.eeworm.com/read/240448/13217993

c sdcrc.c

/****************************************Copyright (c)************************************************** ** Guangzhou ZLG-MCU Development Co.,LTD. **
www.eeworm.com/read/240448/13218046

c sdcrc.c

/****************************************Copyright (c)************************************************** ** Guangzhou ZLG-MCU Development Co.,LTD. **
www.eeworm.com/read/142148/12960554

c test_c.c

#define uchar unsigned char uchar crcbuff[]={0x7b,0,0,0,0,0,0}; uchar *ptr; uchar crc; uchar crc7(uchar *pp,uchar len); uchar crc7end(uchar *pp); void main (void) { ptr=crcbuff; crc=crc
www.eeworm.com/read/287868/8663874

h sd_crc.h

/*! *@file sd_crc.h * * * *@version v1.0.0 *@date 2007 *@author jacky291@126.com */ #ifndef __SD_CRC_H #define __SD_CRC_H #ifndef __CONFIG_H #include "config.h" #endif
www.eeworm.com/read/284031/8970075

h sdcrc.h

extern Uint16 SD_GetCRC16(Uint8 *pSource,Uint16 len); //得到len个字节的CRC16 extern Uint8 SD_GetCmdByte6(Uint8 cmd,Uint8 *param); //得到SD命令的第6个字节: CRC7 + 停止位1 extern Uint8 SD_GetCRC7(Uint8 *pSource,U
www.eeworm.com/read/284031/8970286

h sdcrc.h

extern Uint16 SD_GetCRC16(Uint8 *pSource,Uint16 len); //得到len个字节的CRC16 extern Uint8 SD_GetCmdByte6(Uint8 cmd,Uint8 *param); //得到SD命令的第6个字节: CRC7 + 停止位1 extern Uint8 SD_GetCRC7(Uint8 *pSource,U
www.eeworm.com/read/463710/7176594

c text.c

#include #define unsigned char uchar; /*********************************************************************************************** ** 函数名称: INT8U SD_GetCmdByte6() **
www.eeworm.com/read/438711/7727963

h sd_crc.h

/*! *@file sd_crc.h * * * *@version v1.0.0 *@date 2007 *@author jacky291@126.com */ #ifndef __SD_CRC_H #define __SD_CRC_H #ifndef __CONFIG_H #include "config.h" #endif