代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/414381/11116462
c spi.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/414217/11124448
h display.h
#ifndef _DISPLAY_H
#define _DISPLAY_H
#ifdef DISPLAY_GLOBAL
#define DISPLAY_EXT
#else
#define DISPLAY_EXT extern
#endif
#define LCD_ROW_CNT 8
#define LCD_COL_CNT 128
#define LCD_BUFF_FLA
www.eeworm.com/read/268188/11150131
h fat16.h
typedef unsigned char uint8;
typedef unsigned int uint16;
typedef unsigned long uint32;
#pragma pack(1)
typedef struct
{
uint8 BS_jmpBoot[3];
uint8 BS_OEMName[8];
uint16 BPB_BytesPe
www.eeworm.com/read/413593/11150324
h ch37d51.h
/*
; 单片机内置USB调试固件程序 之 计算机接口程序 V1.0
; 用于连接CH372或者CH375的单片机进行简单的调试功能
; 可以用include直接包含到应用系统的主程序中,或者添加到工程项目中
;
; Website: http://winchiphead.com
; Email: tech@winchiphead.com
; @2004.08
;****
www.eeworm.com/read/413412/11157126
h fat16.h
typedef unsigned char uint8;
typedef unsigned int uint16;
typedef unsigned long uint32;
extern unsigned char buffer[512];
extern unsigned int ClusOfFileDir;
extern unsigned int DirOffset;
//ex
www.eeworm.com/read/413289/11160430
c key.c
/******************************************************************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
欢迎访问我的USB专区:http://group.ednchina.com/93/
欢迎访问我的blog: http://www.ednchina.com/
www.eeworm.com/read/412920/11175758
h md5.h
#ifndef _MD5_H
#define _MD5_H
#define uint8 unsigned char
#define uint32 unsigned long int
struct md5_context
{
uint32 total[2];
uint32 state[4];
uint8 buffer[64];
};
void
www.eeworm.com/read/412161/11212970
c gprs.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/412161/11212976
h gprs.h
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/411715/11231318
h main.h
#include "reg52.h"
typedef unsigned char uint8;
typedef unsigned int uint16;
typedef unsigned long uint32;
sbit bRunLED = P3^4; //运行指示灯
sbit bWatchDog = P1^7; //看门狗复位
sbit b485Send =