代码搜索:ad元件库
找到约 10,000 项符合「ad元件库」的源代码
代码结果 10,000
www.eeworm.com/read/357555/10206793
c ad.c
#include "DSP28_Device.h"
float a1[16];
unsigned int a2=0;
float adclo=0.0;
float shuchu[200];//放在.ebss中,全局变量
// Prototype statements for functions found within this file.
interrupt void ad(
www.eeworm.com/read/357555/10206796
map ad.map
******************************************************************************
TMS320C2000 COFF Linker PC Version 3.09
*******************************************************
www.eeworm.com/read/357525/10207180
ad0809
www.eeworm.com/read/357525/10207194
pwi ad.pwi
www.eeworm.com/read/357525/10207197
dsn ad.dsn
www.eeworm.com/read/357525/10207202
ad0809
www.eeworm.com/read/357525/10207220
ad0809
www.eeworm.com/read/357121/10215879
c ad.c
#include
#define uchar unsigned char
#define _rrca_() CY = ACC & 0x01 //产生RRC A指令
#define _rlca_() CY = ACC & 0x80 //产生RLC A指令
sbit bADcs=P1^4
www.eeworm.com/read/357005/10217728
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/356722/10222209
txt ad.txt
#include "global.c"
void SystemInit();
void Timer1Init();
void KickDog();
void SPI_Init();
void DA_OUT(unsigned CHANNEL,unsigned int RNG,unsigned int SPI_DATA);
void AD_Sample();
void Que