代码搜索结果
找到约 10,000 项符合
ADC 的代码
adc.lst
C166 COMPILER V4.27, ADC 12/19/2003 11:51:10 PAGE 1
C166 COMPILER V4.27, COMPILATION OF MODULE ADC
OBJECT MODULE PLACED IN A
adc.c
/**********************************************************************
* File: Adc.c
* Devices: TMS320F2812, TMS320F2811, TMS320F2810
* Author: David M. Alter, Texas Instruments Inc.
* History:
adc.c
#include "sys.h"
#define ADC_FREQ 2500000
#define LOOP 10000
volatile unsigned int preScaler;
extern void Delay(unsigned int ms);
int ReadAdc(int ch)
{
int i;
static int prev
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.lst
C51 COMPILER V7.20 ADC 09/18/2008 18:08:21 PAGE 1
C51 COMPILER V7.20, COMPILATION OF MODULE ADC
OBJECT MODULE PLACED IN adc