代码搜索:ADC
找到约 10,000 项符合「ADC」的源代码
代码结果 10,000
www.eeworm.com/read/13781/283258
opt adc.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/13781/283267
obj adc.obj
www.eeworm.com/read/13904/286060
s adc.s
.module adc.c
.area text(rom, con, rel)
.dbfile D:\OLED\adc.c
.dbfunc e InitADC _InitADC fV
.even
_InitADC::
.dbline -1
.dbline 10
; //ICC-AVR application builder : 2006-02-12 14:00:00
www.eeworm.com/read/13904/286065
lis adc.lis
.module adc.c
.area text(rom, con, rel)
0000 .dbfile D:\OLED\adc.c
0000 .dbfunc e InitADC _InitADC fV
www.eeworm.com/read/13904/286066
h adc.h
/*
** Header file : adc.h
*/
#ifndef __ADC__H
#define __ADC__H
void InitADC( void);
int ReadADC( unsigned char);
#endif
/*
** End of Header file
*/
www.eeworm.com/read/13904/286068
o adc.o
XL
H 1 areas 4 global symbols
M adc.c
S push_gset1 Ref0000
S pop_gset1 Ref0000
A text size 60 flags 0
dbfile D:\OLED\adc.c
dbfunc e InitADC 0 fV
dbline FFFFFFFF 0
dbline A 0
dbline B 0
dbli
www.eeworm.com/read/13904/286076
c adc.c
//ICC-AVR application builder : 2006-02-12 14:00:00
// Target : ATmega48
// Crystal: 1.000Mhz
// Author: jackyan
#include "iom48v.h"
//ADC initialize
// Conversion time: 6uS
void InitADC( vo
www.eeworm.com/read/13904/286078
i adc.i
www.eeworm.com/read/13904/286126
s adc.s
.module adc.c
.area text(rom, con, rel)
.dbfile D:\OLED\adc.c
.dbfunc e InitADC _InitADC fV
.even
_InitADC::
.dbline -1
.dbline 10
; //ICC-AVR application builder : 2006-02-12 14:00:00
www.eeworm.com/read/13904/286131
lis adc.lis
.module adc.c
.area text(rom, con, rel)
0000 .dbfile D:\OLED\adc.c
0000 .dbfunc e InitADC _InitADC fV