代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/344060/11910809
c menu.c
/****************************************************************************************
* 文件名:MENU.C
* 功能:菜单显示及操作(下拉式菜单)。
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:使用GUI_SetBackColor()函数设置显示颜色及背景色。
******
www.eeworm.com/read/344060/11910817
h lcmdrv.h
/****************************************************************************
* 文件名:LCMDRV.H
* 功能:MG12864图形液晶模块驱动程序。使用LPC2131的GPIO口控制操作。(头文件)
* 用于ZLG/GUI用户图形界面。
*
* 作者:黄绍斌
* 日期:2005/3/
www.eeworm.com/read/343972/11914527
h iap_lite.h
#ifndef IAP_LITE_H
#define IAP_LITE_H
#ifndef uint8
#define uint8 unsigned char
#endif
#ifndef uint16
#define uint16 unsigned int
#endif
/***********************************
www.eeworm.com/read/343972/11914731
h iap_lite.h
#ifndef IAP_LITE_H
#define IAP_LITE_H
#ifndef uint8
#define uint8 unsigned char
#endif
#ifndef uint16
#define uint16 unsigned int
#endif
/***********************************
www.eeworm.com/read/343972/11914960
h iap_lite.h
#ifndef IAP_LITE_H
#define IAP_LITE_H
#ifndef uint8
#define uint8 unsigned char
#endif
#ifndef uint16
#define uint16 unsigned int
#endif
/***********************************
www.eeworm.com/read/343972/11916041
h iap_lite.h
#ifndef IAP_LITE_H
#define IAP_LITE_H
#ifndef uint8
#define uint8 unsigned char
#endif
#ifndef uint16
#define uint16 unsigned int
#endif
/***********************************
www.eeworm.com/read/257576/11920535
h spi.h
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/154751/11929921
c ch452.c
/****************************************************************************
* 文件名:CH452.C
* 功能:按键和显示板驱动程序,采用按键和LED管理芯片CH452
* 每级120个灯和120个按键.采用查表换算.
* 键盘板与LPC2148的连接如下所示:
* DCLK -- P0.4
www.eeworm.com/read/256901/11965087
h iic.h
#ifndef _IIC_H
#define _IIC_H
#include
#include
#include
#ifdef __cplusplus
extern "C" {
#endif
void _IIC_write(I2C_Handle hI2C,
Uin
www.eeworm.com/read/256536/11990451
h uart.h
/******************************************************************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
我的邮箱:computer-lov@tom.com
欢迎访问我的blog: http://computer00.21ic.org
UART.H file