代码搜索结果
找到约 10,000 项符合
ADC 的代码
adc.c
/*******************************************/
/* 广州天河双龙电子公司 */
/* http://www.sl.com.cn */
/* 多通道AD转换演示程序 */
/* 作者:ntzwq@wx88.net
adc.hif
HIF003
--
-- Copyright (C) 1988-2000 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, an
adc.acf
--
-- Copyright (C) 1988-2000 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, and any
adc.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
ENTITY AD_CINT5 IS
PORT(D:IN STD_LOGIC_vector(7 downto 0);
CLK,EOC:IN STD_LOGIC;
ALE,START:OUT STD_LOG
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__*/
adc.err
"adc.c", line 142: Warning: C2892E: signed constant overflow: '
adc.asm
;A/D转换程序
STACK .usect "STACK",100h
AK_RCR11 .set 0000000001000000b ; 每帧一个字,字长为16 bit
AK_RCR21 .set 0000000001000000b ; 单相帧
AK_XCR11 .set 0000000001000000b
AK_XCR21 .set 0000000001000000b