代码搜索结果

找到约 5,266 项符合 DAC 的代码

dac.o

XL H 5 areas 10 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.lis

.module dac.c .area text(rom, con, rel) 0000 .dbfile C:\调试程序\mega48\DAC\dac.c 0000 .dbfunc e timer1_init _timer

dac.mak

CC = iccavr CFLAGS = -IC:\icc\include\ -e -DATMega48 -l -g -Mavr_enhanced_small ASFLAGS = $(CFLAGS) -Wa-g LFLAGS = -LC:\icc\lib\ -g -bfunc_lit:0x34.0x1000 -dram_end:0x2ff -bdata:0x100.0x2ff -d

dac.c

//使用内部RC振荡,PB6-G,PB7-DP短路块连接 //使用INT0/INT1按键改变DAC输出电压大小 //可以使用ADC0通道测量DAC的输出电压 //演示了使用PC机对MEGA8开发板进行控制的方法 #include #include #define osccal 0x9A//内部RC校正常数 #define Vref 50

dac.dbg

IMAGECRAFT DEBUG FORMAT VERSION 1.1 CPU AVR DIR C:\调试程序\mega48\DAC\ FILE adc.c FUNC delay_us C6 fV BLOCK 7 C6 DEFREG time 16 I LINE 7 C6 LINE 9 C6 LINE 10 C6 LINE 11 CA LINE 12 CA BLOCKEN

dac.s

.module dac.c .area text(rom, con, rel) .dbfile C:\调试程序\mega48\DAC\dac.c .dbfunc e timer1_init _timer1_init fV .even _timer1_init:: .dbline -1 .dbline 14 ; //使用内部RC振荡,PB6-G,PB7-DP短路块连接

dac.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (DAC Simulator), 0x0005 // Tools: '' Target (DAC Debugger), 0x0005 // Tools: '' Group (C Source File) Group (Source Group 1)

dac.plg

Build target 'DAC Debugger' compiling DACSineClk.c... assembling startup.s... startup.s: Assembler messages: startup.s(16): warning: rest of line ignored; first ignored character is `/' startup.s

dac.lnp

"DACsine.obj", "startup.obj" TO "DAC" CASE CLASSES (DATA (0x10000-0x11FFF), CODE (0x80000-0x8F7FF), CONST (0x80000-0x8F7FF))

abstract.txt

The DAC project is a program for the ADuC7026 using Analog Devices ADuC7026 Evaluation Board. It demonstrates the use of the on-board DAC for sine wave generation. Note 1: Changing between C