代码搜索:ad元件库
找到约 10,000 项符合「ad元件库」的源代码
代码结果 10,000
www.eeworm.com/read/374720/9388053
pjt ad.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\CCStudio_v3.1\MyProjects\hongdawei\11 AD Program\FFT\"
ProjectType=Executable
CPUF
www.eeworm.com/read/374720/9388124
c ad.c
#include "short6713cfg.h"
#include "dsk6713.h"
#include "dsk6713_aic23.h"
#include
#include
#define Length 1024
//#define Len 10
DSK6713_AIC23_Config config = { \
www.eeworm.com/read/374646/9391326
paf ad.paf
www.eeworm.com/read/374646/9391337
pjt ad.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="AD"
ProjectDir="D:\ti28\myprojects\ad\"
ProjectType=Executable
CPUFamily=TMS320C28X
www.eeworm.com/read/374646/9391340
c ad.c
#include "DSP28_Device.h"
float a1[16];
unsigned int a2=0;
float adclo=0.0;
// Prototype statements for functions found within this file.
interrupt void ad(void);
void main(void)
{
www.eeworm.com/read/374646/9391349
map ad.map
******************************************************************************
TMS320C2000 COFF Linker PC Version 3.03
*******************************************************
www.eeworm.com/read/374646/9391351
wks ad.wks
www.eeworm.com/read/374530/9399784
sym ad.sym
www.eeworm.com/read/374530/9399786
vhd ad.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
entity ad is
port(busy:in std_logic;
datain:in unsigned(7 downto 0);
clk:in std_logic;
dataout:out unsigned
www.eeworm.com/read/374530/9400083