代码搜索:AD测试

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

代码结果 10,000
www.eeworm.com/read/329600/12946088

h ad9852.h

#ifndef _AD9852_H_ #define _AD9852_H_ #include #define AD9852_CTRL_DDR DDRB #define AD9852_CTRL_PORT PORTB #define AD9852_CTRL_PIN PINB #define AD9852_MasterReset 0 #define AD9
www.eeworm.com/read/329600/12946091

hex ad9852.hex

:040000000C942D002F :14005400104500600000CFE5D4E0CDBFDEBFC051D0400AEA3D :1400680008830024E6E6F0E010E0E636F10711F00192FBCFD7 :14007C000083E4E5F0E0A0E6B0E010E0EA35F10721F0C895C9 :1400900031960D92F9C
www.eeworm.com/read/329600/12946094

mp ad9852.mp

NOTE: AVR Code addresses are word addresses All other addresses (including ones in FLASH) are byte addresses Area Addr Size Decimal Bytes (Attributes) ----------
www.eeworm.com/read/329600/12946097

cof ad9852.cof

www.eeworm.com/read/329600/12946099

lst ad9852.lst

__start: __text_start: 002D E5CF LDI R28,0x5F 002E E0D4 LDI R29,4 002F BFCD OUT 0x3D,R28 0030 BFDE OUT 0x3E,R29 0031 51C0 SUBI R28,0x10 0032 40D
www.eeworm.com/read/329600/12946106

lk ad9852.lk

main.o
www.eeworm.com/read/243244/12952819

c ad_040.c

/********************************************************************************** *本程序是通过LM324运放进行采样,并将其值放到液晶上显示出来 *********************************************************************************
www.eeworm.com/read/142265/12953939

h head_ad.h

#include "Head_Hardware.h" #define ADCCON_FLAG 0x40//转换是否完毕的标志位 #define ADCCON_SLEEP 0x20//睡眠状态设置值 #define ADCCON_ENABLE_START 0x1 //激活AD转换的设置位 unsigned short AD_Data_Buffer_One[320]; unsigned shor
www.eeworm.com/read/142265/12953946

c store_ad.c

void *FUN_Store_AD() { register short i=0; int fp1; int fp2; if((fp1=open("/mnt/yaffs/data1",O_WRONLY | O_CREAT))==0)//成功打开文件 { if(Mask_AD) { for(i=0;i
www.eeworm.com/read/142131/12961052

c ad_1.c

#include #include #include #include typedef unsigned char BYTE; typedef unsigned int WORD; typedef bit BOOL ; sbit rs = P3^7; // sbit rw = P3