代码搜索结果

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

adc.done

Wed Apr 30 11:31:07 2008

adc.cdf

/* Quartus II Version 5.1 Build 176 10/26/2005 SJ Full Version */ JedecChain; FileRevision(JESD32A); DefaultMfr(6E); P ActionCode(Cfg) Device PartName(EP1C6Q240) Path("") File("adc.sof") M

adc.hif

Version 5.1 Build 176 10/26/2005 SJ Full Version 33 1707 OFF OFF OFF OFF OFF FV_OFF Level2 0 0 VRSM_ON VHSM_ON 0 -- Start Partition -- -- End Partition -- # entity adc # storage db

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 outpu

adc.vhd

LIBRARY ieee; USE ieee.std_logic_1164.all; USE ieee.std_logic_arith.all; USE ieee.std_logic_unsigned.all; ENTITY adc IS PORT( clk,int :in Std_logic; dati :in Std_logic_vector(7 downto 0); wr,

adc.c

//==================================================================== // File Name : Adc.c // Function : S3C2410 ADC Test // Program : Kang, Weon Tark // Date : May 22, 2002 // Version

adc.h

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