代码搜索:AD芯片

找到约 10,000 项符合「AD芯片」的源代码

代码结果 10,000
www.eeworm.com/read/206352/15296296

vhd ad5510.vhd

library ieee; use ieee.std_logic_1164.all; entity ad5510 is port(rst:in std_logic; clk:in std_logic; d:in std_logic_vector(7 downto 0); adclk:out std_logic; data:out std_logic_
www.eeworm.com/read/206352/15296307

bsf ad5510.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
www.eeworm.com/read/205456/15315810

asm ad_pcm.asm

* 编码函数C语言声明 * extern void AdpcmEncoder(int* pBufferIn, int* pBufferOut, * int* pPrevValue,int* pPrevIndex, int Length); * 解码函数C语言声明(解码长度为实际解码后长度的1/4) * extern void AdpcmDecoder(int*
www.eeworm.com/read/2264/15999

lnp ad convert.lnp

"AD Convert.obj" TO "AD Convert"
www.eeworm.com/read/2264/16002

plg ad convert.plg

礦ision3 Build Log Project: E:\Program Files\Labcenter Electronics\Proteus 6 Demonstration(2)\56 AD Convert\AD Convert.uv2 Project File Date: 08/01/2006
www.eeworm.com/read/2264/16004

lst ad convert.lst

A51 MACRO ASSEMBLER AD_CONVERT 08/01/2006 16:16:51 PAGE 1 MACRO ASSEMBLER A51 V8.00 OBJECT MODULE PLACED IN AD Convert.OBJ ASSEMBL
www.eeworm.com/read/2264/16006

asm ad convert.asm

DBUF0 EQU 30H TEMP EQU 40H DIN BIT 0B0H CLK BIT 0B1H ORG 0000H START: MOV R0,#DBUF0 ;显示缓冲器存放0AH,0DH,—,0XH,0XH MOV @R0,#0AH ;串行静态显示“AD XX”XX表示0--F INC