代码搜索:ADC

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

代码结果 10,000
www.eeworm.com/read/231775/14220740

pdf adc.pdf

www.eeworm.com/read/231750/14221479

o adc.o

www.eeworm.com/read/231750/14221541

c adc.c

//==================================================================== // File Name : Adc.c // Function : S3C2410 ADC Test // Program : Kang, Weon Tark // Date : May 22, 2002 // Version
www.eeworm.com/read/231750/14221641

h adc.h

#ifndef __ADC_H__ #define __ADC_H__ void Test_DMA_Adc(void); void Test_Adc(void); #endif /*__ADC_H__*/
www.eeworm.com/read/231750/14221688

err adc.err

"adc.c", line 242: Warning: C2892E: signed constant overflow: '
www.eeworm.com/read/231615/14225952

c adc.c

#include #include #include #define uchar unsigned char #define uint unsigned int #define IN0 XBYTE[0x9000] #define W_C_G
www.eeworm.com/read/231602/14226654

c adc.c

#include #include "SysConfig.h" #include "Global.h" #define Analog_PWRON P2OUT|= BIT2 #define Analog_PWROFF P2OUT&=!BIT2 unsigned char ADCFlag0=0; unsigned char ADCFlag1=0;
www.eeworm.com/read/231284/14240145

c adc.c

//----------------------------------------------------------------------------- // 版权归新华龙电子公司所有 //----------------------------------------------------------------------------- // // 文件名:ADC.c /
www.eeworm.com/read/231284/14240148

wsp adc.wsp

[WorkState_v1_1] ptn_Child1=DockState ptn_Child2=ToolBarMgr ptn_Child3=Frames ptn_Child4=ProjectTarget ptn_Child5=WorkSpaceName ptn_Child6=SerialPort ptn_Child7=StepInc ptn_Child8=DisassemblyA
www.eeworm.com/read/231127/14254621

h adc.h

/* * Analog conversion stuff for 16C71 - see adc.c for more info */ /* * Read the adc on the specified channel - result is in ADRES */ extern void adc_read(unsigned char channel);