代码搜索结果
找到约 10,000 项符合
DAC 的代码
dac5620.lnp
"5620.obj",
"dac5620main.obj"
TO "DAC5620"
RAMSIZE(256)
dac7512.v
module DAC7512 (BlockSel,
RegSel,
CPUWR,
CPUClock,
DIn,
SYNC_n,
SIn,
TxD_OE,
Reset);
input BlockSel;
input RegSel;
input CPUWR;
input CP
dac.m51
BL51 BANKED LINKER/LOCATER V4.03 12/27/2000 21:42:09 PAGE 1
BL51 BANKED LINKER/LOCATER V4.03, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE main.o
dac.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
File 1,5,
dac908.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
dac908.v
module dac908(inclk,daclk,pd,out2dac908);
input inclk;
output[7:0] out2dac908;
output daclk;
output pd;
//reg[23:0] counter;
reg daclk;
reg[7:0] out2dac908;
reg[7:0]temp;
assign pd=1'b0
dac.m51
BL51 BANKED LINKER/LOCATER V4.03 11/11/2000 12:19:55 PAGE 1
BL51 BANKED LINKER/LOCATER V4.03, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE main.o
dac.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
Options 1,0,0 // Target 'Tar
pc_dac.c
/*pc_dac.c*/
/*Program to interface the 12-bit AD7548 ADC to the DATA port of the
parallel adapter*/
#include
#include
#include
#include
#define B