代码搜索结果

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

build.log

BUILD: d:\wince420\platform\ut2410x\build.dat(4645): corrupt database (File error) BUILD: Computing Include file dependencies: BUILD: Examining d:\wince420\platform\ut2410x\drivers\dac directory for f

cc_build_custom.log

------------------------------ DAC.pjt - Custom ------------------------------ "C:\ti\c2400\cgtools\bin\dspcl" -g -as -fr"F:/THF-2/" -v2xx -@"Custom.lkf" "MAIN.asm" TMS320C24xx COFF As

cc_build_debug.log

------------------------------ dac.pjt - Debug ------------------------------ [DA.c] "c:\ti5000\c5400\cgtools\bin\cl500" -g -q -fr"C:/ti5000/myprojects/ICETEK-VC5416-EDULab/Lab10-DA/Debug" -d"_DEBU

2410da.c

#include #include "2410addr.h" #include "2410lib.h" #include "def.h" #include "2410da.h" #define adrDA (*(volatile unsigned short *)0x20400000) //DAC 0832 ADDR void Write_DA

can.h

#define sint signed int #define uint unsigned int /*ADC1,ADC2 and DAC address*/ #define ADC1_DATA port7000 ioport unsigned port7000; #define ADC2_DATA portB000 ioport unsigne

uart.s

.module uart.c .area text(rom, con, rel) .dbfile C:\调试程序\mega48\DAC\uart.c .dbfunc e putchar _putchar fV ; c -> R16 .even _putchar:: .dbline -1 .dbline 10 ; // 1、使用ICCAVR

lcd_tn_test.lnp

".\Obj\Startup.obj", ".\Obj\irq.obj", ".\Obj\target.obj", ".\Obj\timer.obj", ".\Obj\dac.obj", ".\Obj\uart.obj", ".\Obj\extint.obj", ".\Obj\einttest.obj" TO ".\Obj\LCD_TN_TEST" PRINT(".\Lst\

makefile

# makefile for DSP28x # By RealSYS 2004/4/22 #----- out file name ----- TARGET = ex05_dac #----- C source files ----- SRC = start.c \ main.c \ DSP281x_regdef.c \ dsp281x_init.c