代码搜索:ADC
找到约 10,000 项符合「ADC」的源代码
代码结果 10,000
www.eeworm.com/read/7227/111168
dbg adc.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU AVR
DIR E:\icc\iccavr\mega8\mega8\ADC\
FILE numled.c
DEFGLOBAL seg_table 26 A[16:16]kc
FILE numled.c
FUNC delay_us 7A fV
BLOCK 15 7A
DEFREG time 16 I
www.eeworm.com/read/7227/111170
s adc.s
.module ADC.c
.area text(rom, con, rel)
.dbfile E:\icc\iccavr\mega8\mega8\ADC\ADC.c
.dbfunc e adc_init _adc_init fV
.even
_adc_init::
.dbline -1
.dbline 23
; /**************************
www.eeworm.com/read/7227/111171
prj adc.prj
[Compiler Options]
Edit1=e:\ICC\include\
Edit2=e:\ICC\lib\
Edit8=
CheckBox1=0
CheckBox2=1
Edit3=
Edit4=
Edit11=16
Edit13=
ComboBox1=0
Edit9=8192
Edit10=1024
ComboBox2=12
RadioGroup1=0
E
www.eeworm.com/read/7227/111172
mp adc.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
www.eeworm.com/read/7227/111174
mak adc.mak
CC = iccavr
CFLAGS = -Ie:\ICC\include\ -e -l -g -Mavr_enhanced_small -Wa-W
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -Le:\ICC\lib\ -g -Wl-W -bfunc_lit:0x26.0x2000 -dram_end:0x45f -bdata:0x60.0x45f -d
www.eeworm.com/read/7227/111175
o adc.o
XL
H 3 areas F global symbols
M ADC.c
S _seg_table Ref0000
S push_gset4 Ref0000
S mod16u Ref0000
S div32u Ref0000
S div16u Ref0000
S _display Ref0000
S pop_gset4 Ref0000
S empy32u Ref0000
S
www.eeworm.com/read/7227/111178
lis adc.lis
.module ADC.c
.area text(rom, con, rel)
0000 .dbfile E:\icc\iccavr\mega8\mega8\ADC\ADC.c
0000 .dbfunc e adc_ini
www.eeworm.com/read/7227/111183
hex adc.hex
:020000001CC022
:02001C0079C0A9
:14002600C0F9A4B0999282F880908883C6A1868E000000007E
:14003A00CFE5D4E0CDBFDEBFC051D0400AEA08830024E4E693
:14004E00F0E010E0E736F10711F00192FBCF0083E6E3F0E04F
:140062
www.eeworm.com/read/7227/111185
c adc.c
/*******************************************/
/* 广州天河双龙电子公司 */
/* http://www.sl.com.cn */
/* 多通道AD转换演示程序 */
/* 作者:ntzwq@wx88.net
www.eeworm.com/read/7227/111280
s adc.s
.module adc.c
.area text(rom, con, rel)
.dbfile E:\icc\iccavr\mega8\mega8\DAC\adc.c
.dbfunc e delay_us _delay_us fV
; time -> R16,R17
.even
_delay_us::
.dbline -1
.dbline 15