代码搜索:uint8

找到约 10,000 项符合「uint8」的源代码

代码结果 10,000
www.eeworm.com/read/358465/10188921

c main.c

/****************************************Copyright (c)************************************************** ** Guangzou ZLG-MCU Development Co.,LTD. **
www.eeworm.com/read/357015/10217175

h mycolor.h

// Color.h: interface for the CColor class. // ////////////////////////////////////////////////////////////////////// #if !defined(_COLOR_H_) #define _COLOR_H_ #include "AEEDisp.h" #define
www.eeworm.com/read/234379/10246631

h lcd.h

/*********************************************************************************************** ** 文件名称:_LCD_H ** 功能说明:ST7920驱动LCD显示软件包 ** 使用说明:软件包用到LPC213x的二个引脚,默认为P1.24,P1.25,如需修改,请修改下列宏定义数据即可
www.eeworm.com/read/355622/10253554

h bitmap.h

// SUNPLUS S+core IDE generated include file. #ifndef COS_BITMAP_H_11840_18756__INCLUDED_ #define COS_BITMAP_H_11840_18756__INCLUDED_ #include ".\TFT\TFT_API.h" #include "TypeDef.h" // constants for
www.eeworm.com/read/162651/10287959

c task_receivedata.c

#include "config.h" static volatile uint8 Result_ReceData; void Task_ReceData(void) { uint8 temp; OSQCreate(ReceDataBuf,ReceBuf); // 创建用于PutChar()的缓冲区 while(1) { OSWait(K_SIG
www.eeworm.com/read/162547/10297047

c convertcolor.c

/**************************************************************************************** * 文件名:CONVERTCOLOR.C * 功能:颜色值转换程序。 * 作者:黄绍斌 * 日期:2004.02.26 * 备注: **************************************
www.eeworm.com/read/162547/10297054

h font24_32.h

/**************************************************************************************** * 文件名:FONT24_32.H * 功能:24*32 ASCII码字体显示函数。(头文件) * 作者:黄绍斌 * 日期:2004.02.26 * 备注:使用GUI_SetColor()函数设置前景颜色及背景
www.eeworm.com/read/280228/10345423

c convertcolor.c

/**************************************************************************************** * 文件名:CONVERTCOLOR.C * 功能:颜色值转换程序。 * 作者:黄绍斌 * 日期:2004.02.26 * 备注: **************************************
www.eeworm.com/read/280228/10345431

h font24_32.h

/**************************************************************************************** * 文件名:FONT24_32.H * 功能:24*32 ASCII码字体显示函数。(头文件) * 作者:黄绍斌 * 日期:2004.02.26 * 备注:使用GUI_SetColor()函数设置前景颜色及背景
www.eeworm.com/read/425527/10349694

h request.h

#ifndef __REQUEST_H__ #define __REQUEST_H__ #include"hal.h" #define TRY_NUM 100 #define MAX_EP 5 #define PIDSETUP 0x00 #define PIDOUT 0x01 #define PIDIN 0x02