代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/175591/7109538
h udp_bak.h
#ifdef UDP_GLOBALS
#define UDP_EXT
#else
#define UDP_EXT extern
#endif
struct udp_dhead{
uint8 rev;
uint8 NextProtocal;
uint16 TotalLen; /*校验和,包
www.eeworm.com/read/177194/7119882
c gui_basic.c
/****************************************************************************************
* 文件名:GUI_BASIC.C
* 功能:GUI基本绘图函数。进行基本绘图运算,并调用相应的刷新程序更新LCD显示。
**********************************************
www.eeworm.com/read/397964/7121266
_h motor._h
#ifndef __motor_H__
#define __motor_H__ 1
extern volatile uint8 flag; //电机状态
//PB4,PB5 电机方向控制 电机左
#define motol_en1 PORTB |= 0x10
#define motol_en2 PORTB |= 0x20
#define motol_uen1 PORTB &=~
www.eeworm.com/read/397964/7121367
h motor.h
#ifndef __motor_H__
#define __motor_H__ 1
extern volatile uint8 flag; //电机状态
//PB1,PB2 电机方向控制 电机左
#define motol_en1 PORTB |= 0x02
#define motol_en2 PORTB |= 0x04
#define motol_uen1 PORTB &=~
www.eeworm.com/read/203940/7125838
h osdutil.h
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/329599/7150633
h uart.h
/******************************************************************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
我的邮箱:computer-lov@tom.com
欢迎访问我的blog: http://computer00.21ic.org
UART.H file
www.eeworm.com/read/257574/7152278
h font8_8.h
/****************************************************************************************
* 文件名:FONT8_8.H
* 功能:8*8 ASCII码字体显示函数。(头文件)
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:使用GUI_SetColor()函数设置前景颜色及背景色。
www.eeworm.com/read/257574/7152279
h font5_7.h
/****************************************************************************************
* 文件名:FONT5_7.H
* 功能:5*7 ASCII码字体显示函数。(头文件)
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:使用GUI_SetColor()函数设置前景颜色及背景色。
www.eeworm.com/read/257574/7152284
h font24_32.h
/****************************************************************************************
* 文件名:FONT24_32.H
* 功能:24*32 ASCII码字体显示函数。(头文件)
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:使用GUI_SetColor()函数设置前景颜色及背景
www.eeworm.com/read/257574/7152293
h loadbit.h
/****************************************************************************************
* 文件名:LOADBIT.H
* 功能:显示单色图形及汉字显示。(头文件)
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:
**********************************