代码搜索:ADC

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

代码结果 10,000
www.eeworm.com/read/25116/845384

h adc.h

# ifndef _ADC_H_ # define _ADC_H_ # include "macroandconst.h" extern void InitADC(); extern UINT GetADCResult(UINT ch); extern void Delay1(WORD n); # endif
www.eeworm.com/read/25996/850525

_c adc._c

#define ADC_C #include "includes.h" #define MaxAdcBufSize 9 #define AdcBufStep 3 //为了算巴士均值 static volatile unsigned int ADCBuffer[MaxAdcBufSize]; static volatile unsigned int addata; unsigned
www.eeworm.com/read/25996/850543

_h adc._h

#ifndef ADC_H #define ADC_H #ifdef ADC_C void init_adc(void); unsigned int ad_result(void); #else extern void init_adc(void); extern unsigned int ad_result(void); #endif #endif
www.eeworm.com/read/25996/850673

lis adc.lis

.module adc.c .area text(rom, con, rel) 0000 .dbfile cfile\adc.c .area data(ram, con, rel) 0000
www.eeworm.com/read/25996/850674

o adc.o

XL H 6 areas 13 global symbols M adc.c S mod16u Ref0000 S div16u Ref0000 S fpint Ref0000 S push_xgset303C Ref0000 S push_xgsetF00C Ref0000 S fpdiv2 Ref0000 S empy16s Ref0000 S lpm32 Ref0000
www.eeworm.com/read/25996/850711

_c adc._c

#define ADC_C #include "includes.h" #define MaxAdcBufSize 9 #define AdcBufStep 3 //为了算巴士均值 static volatile unsigned int ADCBuffer[MaxAdcBufSize]; static volatile unsigned int addata; unsigned
www.eeworm.com/read/25996/850720

_h adc._h

#ifndef ADC_H #define ADC_H #ifdef ADC_C void init_adc(void); void ad_result(void); #else extern void init_adc(void); extern void ad_result(void); #endif #endif
www.eeworm.com/read/25996/850778

h adc.h

#ifndef ADC_H #define ADC_H #ifdef ADC_C void init_adc(void); #else extern void init_adc(void); #endif #endif
www.eeworm.com/read/25996/850789

c adc.c

#define ADC_C #include "includes.h" static volatile unsigned int addata; unsigned char adc_mux = 0x00;//选择通道:ADC0 void ad_result(void) { float j; unsigned int count; unsig
www.eeworm.com/read/25996/850859

c adc.c

#define ADC_C #include "includes.h" #define MaxAdcBufSize 9 #define AdcBufStep 3 //为了算巴士均值 static volatile unsigned int ADCBuffer[MaxAdcBufSize]; static volatile unsigned int addata; unsigned