代码搜索:uint8

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

代码结果 10,000
www.eeworm.com/read/483189/6611100

h sci.h

#include "Type.h" #ifndef _SCI_H_ #define _SCI_H_ /*Defines */ #define Host_Datalength 5 #define SciTxEnable {SCC2_TCIE=1;}//使能发送中断 #define SciTxDisable {TxDataNum=0;SCC2_TCIE=0;}
www.eeworm.com/read/480315/6672335

h iic.h

/***********************************************************/ /* Copyright 2003 by SEED Incorporated. */ /* All rights reserved. Property of SEED Incorporated. */ /*
www.eeworm.com/read/478256/6713693

c showcode.c

#include "config.h" /* 显示U盘的第一个扇区的数据内容, 字符间距为2pixel,行间距为2pixel,字符宽度为5pixel,高度为7pixel */ void ShowCode(uint8 *Dbuf) { volatile uint8 x,y; int16 i=0; uint8 Pro_Buf[2]={0,0}; for (y=20;y
www.eeworm.com/read/478256/6713708

h font8_8.h

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

h font5_7.h

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

h loadbit.h

/**************************************************************************************** * 文件名:LOADBIT.H * 功能:显示单色图形及汉字显示。(头文件) * 作者:黄绍斌 * 日期:2004.02.26 * 备注: **********************************
www.eeworm.com/read/478256/6713725

h menu.h

/**************************************************************************************** * 文件名:MENU.H * 功能:菜单显示及操作,头文件。 * 作者:黄绍斌 * 日期:2004.02.26 * 备注: ******************************************
www.eeworm.com/read/478256/6713727

c menu.c

/**************************************************************************************** * 文件名:MENU.C * 功能:菜单显示及操作(下拉式菜单)。 * 作者:黄绍斌 * 日期:2004.02.26 * 备注:使用GUI_SetBackColor()函数设置显示颜色及背景色。 ******
www.eeworm.com/read/478256/6713754

h mass_cbitrance.h

#ifndef _MASS_CBITRANCE_H #define _MASS_CBITRANCE_H uint8 CBIOnlyComHandle( TR_With_RBC *tr_with_rbc_ptr); #endif
www.eeworm.com/read/478046/6718684

h vf_global.h

#ifndef __VFGLOBAL_H__ #define __VFGLOBAL_H__ #include "VF_Type.h" #include #include #include "math.h" #define MAXIMGW 640 // 处理图像最大宽度 #define MAXIMGH 480 /