代码搜索:ad元件库
找到约 10,000 项符合「ad元件库」的源代码
代码结果 10,000
www.eeworm.com/read/282190/9114952
paf ad.paf
www.eeworm.com/read/282190/9114982
pjt ad.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="AD"
ProjectDir="C:\ti\myprojects\ad\"
ProjectType=Executable
CPUFamily=TMS320C28XX
www.eeworm.com/read/282190/9114990
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/282190/9115001
map ad.map
******************************************************************************
TMS320C2000 COFF Linker PC Version 3.01
*******************************************************
www.eeworm.com/read/380818/9127214
paf ad.paf
www.eeworm.com/read/380818/9127233
pjt ad.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ICETEK-VC5509-AG-EDULab\Lab0305-AD\"
ProjectType=Executable
CPUFamily=TMS320C55XX
www.eeworm.com/read/380703/9134525
cmd ad.cmd
/* SOLUTION FILE FOR LAB11.CMD */
MEMORY
{
PAGE 0:
VECS origin = 0000h, length = 0040h
FLASH: origin = 100h, length = 7F00h
SAR
www.eeworm.com/read/380703/9134532
obj ad.obj
www.eeworm.com/read/380703/9134534
c ad.c
#include "SEED-DEC2407.h"
#include "AD.h"
unsigned int j,Ad_data[16];
void main()
{
unsigned int i;
i = 0;
j = 0;
DINT;
SystemInit();
*IFR = 0x3f;
*IMR = 0x01;
AdInit();
EIN
www.eeworm.com/read/380703/9134542
h ad.h
/************************************************************************************
FILENAME: SEED-DEC2407.h
************************************************************************************/