代码搜索结果

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

adc121.dni

[State Storage] Control Register=4708 [Sequencer] Control Register=4708 NextState0=4708 NextState1=4708 [Action Register] Break=1 State Storage=1 [DisAssemblyWindow] NumStates=_ 1 State 1=_

adc12.c

/**************************************************************************** 文件名:adc12.c 编写者:czhang 描述:ADC12模块程序。用于14xx系列。 MCLK:DCO ACLK:32.768kHz 版本:2005-4 V1.0 ***********************

adc12.h

#ifndef __ADC12 #define __ADC12 void Adc12Init(); void Adc12Open(unsigned char doit); void AdcDo(unsigned int adr,unsigned char mod); void SetTongDao(unsigned char tongdao,unsigned char eos,unsig

sd_adc.asm

;SD_ADC.A51 来自 《使用PHILIPS LPC 微控制器实现低成本A/D 转换》 ; http://www.zlgmcu.com LPC_ADC.PDF ;2004-2-25 21:00 经过测试,效果非常好,用DT9205A万用表比较相差很小。 ; 在c中调用声明为: unsigned int Get_SD_ADC(void); $NOMOD51 $INCLUD

adc1.c

/* adc.c - successive approximation A/D converter */ #include double dac(); int u(); void adc(x, b, B, R) double x, R; int *b, B; { int i; double y, xQ, Q; Q = R /

adc0832.c

#include #include #define uchar unsigned char #define uint unsigned int //端口定义----------------------------------------------------------------------------- sbit clk_0832=P1^