代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/438918/7719407
h lcd_6610_config.h
#ifndef _LCD_6610_CONFIG_H_
#define _LCD_6610_CONFIG_H_
#include
#include //空间分配定义头文件
#include "LCD_6610_PORT.h"
#define uint8 unsigned char
#define uint16 un
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
www.eeworm.com/read/438634/7728812
c pdiusbd12.c
/******************************************************************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
欢迎访问我的USB专区:http://group.ednchina.com/93/
欢迎访问我的blog: http://www.ednchina.com/
www.eeworm.com/read/438634/7728823
h pdiusbd12.h
/******************************************************************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
欢迎访问我的USB专区:http://group.ednchina.com/93/
欢迎访问我的blog: http://www.ednchina.com/
www.eeworm.com/read/438225/7733665
c data.c
#include "data.h"
#include "cmd.h"
//声明全局变量
BOOL g_bDo;
UINT8 gUSBFullSpeed;
unsigned char gdata[256];
unsigned int gsize;
//COMMAND g_cmd;
www.eeworm.com/read/438204/7734718
h uart.h
/******************************************************************************************
** 文件名称:UART.h
** 文件描述:LPC2103 UART操作软件包头文件。
** 文件说明:软件包中缺少Modem的操作部分。
*********************************
www.eeworm.com/read/438204/7734723
c uart.c
/******************************************************************************************
** 文件名称:UART.c
** 文件描述:LPC2103 UART操作软件包。
** 文件说明:软件包中缺少Modem的操作部分。
************************************
www.eeworm.com/read/438186/7734805
c delay.c
/************************************************************
文 件:delay.c
用 途:delay100us和delay10ms软件延时函数
Target : 任意AVR
Crystal: #define F_CPU 进行设置
说 明:请与delay.h配合使用
请根据实际定义 #defi
www.eeworm.com/read/438186/7734824
s delay.s
.module delay.c
.area text(rom, con, rel)
.dbfile E:\democode\key_4\source\lib\delay.c
.dbfunc e Delay100us _Delay100us fV
; i -> R20
; n -> R16
.even
_Delay100us
www.eeworm.com/read/438186/7734847
s delay.s
.module delay.c
.area text(rom, con, rel)
.dbfile D:\avrvi\democode\key_4\source\lib\delay.c
.dbfunc e Delay100us _Delay100us fV
; i -> R20
; n -> R16
.even
_Dela