代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/382607/9016421
c convertcolor.c
/****************************************************************************************
* 文件名:CONVERTCOLOR.C
* 功能:颜色值转换程序。
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:
**************************************
www.eeworm.com/read/382607/9016428
h font24_32.h
/****************************************************************************************
* 文件名:FONT24_32.H
* 功能:24*32 ASCII码字体显示函数。(头文件)
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:使用GUI_SetColor()函数设置前景颜色及背景
www.eeworm.com/read/382479/9024805
c pt2313.c
#include "PT2313.h"
#include
#include
#include
#include
#include
#include
//for 32 steps
/**
UINT8 code Vol_Valu
www.eeworm.com/read/382292/9038931
h display.h
#include "DataType.h"
#ifndef _display_h
#define _display_h
//定义公共函数
void display_initial(void);
void display(void);
//定义笔段码
//不带小数点的段码表0-F共16个
uint8 TableNum[16]={0xc0,0xf9,0xa4,0xb0,
www.eeworm.com/read/382292/9039155
h display.h
#include "DataType.h"
#ifndef _display_h
#define _display_h
//定义公共函数
void display_initial(void);
void display(void);
//定义笔段码
//不带小数点的段码表0-F共16个
uint8 TableNum[16]={0xc0,0xf9,0xa4,0xb0,
www.eeworm.com/read/282989/9049546
h smc.h
#ifndef __SMC_H__
#define __SMC_H__
#include "ppc860Sio.h"
#define RN 8
typedef struct BufferDescRings
{
SMC_BUF RxBD;
SMC_BUF TxBD;
}BDRINGS;
typedef struct BufferPool
{
UI
www.eeworm.com/read/282749/9070215
c ads1210.c
#include "macrodefine.h"
#include "lpc2294.h"
//ADS1210初始化子程序
void AD_Init(void)
{
Delayus(2);
SPI1_Communation(0x64);
SPI1_Communation(0x72); //单极性,SDOUT独立,先MSB,REF使用内部
SPI1_Communation
www.eeworm.com/read/282688/9074022
h uart.h
/******************************************************************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
欢迎访问我的USB专区:http://group.ednchina.com/93/
欢迎访问我的blog: http://www.ednchina.com/
www.eeworm.com/read/381575/9084712
h font24_32.h
/****************************************************************************************
* 文件名:FONT24_32.H
* 功能:24*32 ASCII码字体显示函数。(头文件)
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:使用GUI_SetColor()函数设置前景颜色及背景
www.eeworm.com/read/381575/9084812
c convertcolor.c
/****************************************************************************************
* 文件名:CONVERTCOLOR.C
* 功能:颜色值转换程序。
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:
**************************************