代码搜索:DA驱动
找到约 10,000 项符合「DA驱动」的源代码
代码结果 10,000
www.eeworm.com/read/379165/9205648
vhd da.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity DA is
port(
clk:in std_logic;
wr,cs,sel :out std_logic
);
end DA;
architec
www.eeworm.com/read/379165/9205666
mmf da.mmf
www.eeworm.com/read/379165/9205668
pin da.pin
-- Copyright (C) 1988-2000 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, and any other
www.eeworm.com/read/379165/9205673
jam da.jam
' Copyright (C) 1988-2000 Altera Corporation
' Any megafunction design, and related net list (encrypted or decrypted),
' support information, device programming or simulation file, and any other
'
www.eeworm.com/read/379165/9205683
hif da.hif
HIF003
--
-- Copyright (C) 1988-2000 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, an
www.eeworm.com/read/379165/9205686
sym da.sym
www.eeworm.com/read/379165/9205717
pof da.pof
www.eeworm.com/read/182077/9218860
h da.h
#ifndef _DAC_H_
#define _DAC_H_
volatile unsigned int G_dacdata;
//dac_num = 0,1,2,3-------dac_data = 0~0x3FF
void Write_DAC(unsigned int dac_num, volatile unsigned int dac_data)
{
if(dac_
www.eeworm.com/read/378424/9231143
tsk da.tsk
www.eeworm.com/read/378424/9231194