代码搜索结果

找到约 10,000 项符合 ADC 的代码

adc.hif

Version 5.0 Build 168 06/22/2005 Service Pack 1 SJ Full Version 25 1264 OFF OFF OFF OFF OFF FV_OFF VRSM_ON VHSM_ON 0 # entity adc # logic_option { AUTO_RAM_RECOGNITION ON } # case_se

adc.qpf

# Copyright (C) 1991-2005 Altera Corporation # Your use of Altera Corporation's design tools, logic functions # and other software and tools, and its AMPP partner logic # functions, and any

adc.hex

:0B069900C294D292C295C297C2002208 :10059D00E4F51A120619740E251AF8A607051AE5C0 :1005AD001AC3940C40EDE519C39518500985191B14 :1005BD00851819851B18E4F51A740E251AF8E6FF2F :1005CD00D39519400785191B8F198

adc.lnp

".\ADC0832.obj", ".\DISPLAY.obj" TO "adc" RAMSIZE(256)

adc.plg

礦ision3 Build Log Project: D:\07.12\VB\adc.uv2 Project File Date: 12/16/2007 Output: Build target 'Target 1' compiling ADC0832.C... compilin

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 #define uchar unsigned char #define uint unsigned int #define add_write 0x90 //write adc #define add_read 0x91

adc.c

#include #include "..\Target\44b.h" #include "..\Target\44blib.h" #include "adc.h" void __irq BDMA1_Done(void); int ReadAdc(int ch); void Test_Adc(void) { int a0=0,a1=0,a2

adc.h

#ifndef __ADC_H__ #define __ADC_H__ void Test_DMA_Adc(void); void Test_Adc(void); void My_ADC(void); #endif /*__ADC_H__*/