代码搜索结果

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

dac电路.ewb

Electronics Workbench Circuit File Version: 5 Charset: ANSI Description: "" EncryptionType: 2 UsingVectorGraphics: 0 /000@D0I0?4D

dac.lst

__text_start: __start: 001B E5CF LDI R28,0x5F 001C E0D4 LDI R29,4 001D BFCD OUT 0x3D,R28 001E BFDE OUT 0x3E,R29 001F 51C0 SUBI R28,0x10 0020 40D

dac.s

.module DAC.c .area text(rom, con, rel) .dbfile E:\icc\iccavr\mega8\mega8\DAC\DAC.c .dbfunc e timer1_init _timer1_init fV .even _timer1_init:: .dbline -1 .dbline 24 ; /*****************

dac.mp

NOTE: AVR Code addresses are word addresses All other addresses (including ones in FLASH) are byte addresses Area Addr Size Decimal Bytes (Attributes) ----------

dac.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

dac.o

XL H 5 areas 11 global symbols M DAC.c S push_gset1 Ref0000 S _adc_rel Ref0000 S _puts Ref0000 S _uart_init Ref0000 S _getchar Ref0000 S _adc_mux Ref0000 S _putchar Ref0000 S pop_lset Ref000

dac.lk

DAC.o uart.o adc.o read_flash.o

dac._c

/*******************************************/ /* 广州天河双龙电子公司 */ /* http://www.sl.com.cn */ /* 用PWM实现的DAC转换演示程序 */ /* 外部中断演示程序

dac.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