代码搜索结果
找到约 10,000 项符合
DAC 的代码
example_2833xda.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="DSP28"
ProjectDir="E:\DSP\03.Example Program\01. DSP\01. DSP\DSP2833x_examples\dac\"
bios.doc
From: Ya`akov Miles
To: Info-IBMPC at MIT-MC
Re: BIOS Musings
You may be interested in a history of where this BIOS came from, and
how it arr
main.c
#include"AO_Display.H"
extern void Dac(unsigned int dat);
extern void SysInit();
extern void Delay( unsigned int t );
//extern void Dis64x64Imag( unsigned char *imag );
//extern unsigned char dx;
cc_build_debug.log
------------------------------- da.pjt - Debug -------------------------------
[DAC7724_TEST.c] "C:\ti2000\c2000\cgtools\bin\cl2000" -g -q -fr"D:/2812/3.3.7 DA/Debug" -i"D:/2812/3.3.7 DA/include" -
readme.txt
AD9866 Evaluation Board Rev. A Settings:
Place a 25 MHz oscillator in socket U4. This clocks
the ADC, DAC and Blackfin PPI.
Supply an analog signal to the ADC via the J4 RXIN SMA connector.
Th
makefile
#
# Makefile for Soundblaster DAC sample programs
# Comments to jeff@wench.ece.jcu.edu.au (Jeff Bird)
#
.autodepend
CFLAGS=-ml -w
AFLAGS=/ml /m2
all: dacdma.exe recdma.exe dacdir.exe driver
readme.txt
AD9866 Evaluation Board Rev. A Settings:
Place a 25 MHz oscillator in socket U4. This clocks
the ADC, DAC and Blackfin PPI.
Supply an analog signal to the ADC via the J4 RXIN SMA connector.
Th
cc_build_debug.log
------------------------------- da.pjt - Debug -------------------------------
[DAC7724_TEST.c] "C:\ti2000\c2000\cgtools\bin\cl2000" -g -q -fr"D:/2812/3.3.7 DA/Debug" -i"D:/2812/3.3.7 DA/include" -
da.txt
16-bit Digital to Analogue Converter
USE WORK.rampac.ALL;
USE WORK.adcpac.ALL;
ENTITY dac16 IS
PORT(vout : INOUT analogue; digin : IN data16; --input and output
en : IN BIT); --latches in data
E