代码搜索结果
找到约 10,000 项符合
ADC 的代码
adc.tra
*** Creating Trace Output File '.\OUTPUT\ADC.tra' Ok.
### Preparing for ADS-LD.
### Creating ADS-LD Command Line
### List of Objects: adding '".\output\startup.o"'
### List of Objects: adding '".\
adc.htm
Static Call Graph - [.\OUTPUT\ADC.axf]
Static Call Graph for image .\OUTPUT\ADC.axf
adc.plg
礦ision3 Build Log
Project:
E:\XrEmbedded\Z2103\Software\Example\6.1 - ADC\ADC.uv2
Project File Date: 05/19/2007
Output:
adc.c
// 智林Z2101/03开发板试验程序
// ADC试验
// 刘笑然
// 智林测控技术研究所
// www.the0.net
// 2006.12.1
#include
// 引入相关芯片的头文件
#include
#include "PCF8833.h"
/*----------------------
adc.plg
礦ision3 Build Log
Project:
E:\XrEmbedded\Z2103\Software\Example\6.1 - ADC\ADC.uv2
Project File Date: 05/19/2007
Output:
adc.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
adc.c
#include
#include
#include
#include
#include
#include
#include
#include
adc.h
#ifndef __ADC_H__
#define __ADC_H__
struct ADC_DEV
{
int channel;
int prescale;
};
#endif
adc.c
#include
#include
#include
#include
#include
#include
#include
#include