代码搜索:ADC分析
找到约 10,000 项符合「ADC分析」的源代码
代码结果 10,000
www.eeworm.com/read/13400/275392
asm adc0809.asm
;;;ADC0809模数转换, 将读数存放在A中
ADC0809:SETB IT1
SETB EA
SETB EX1
MOV DPTR,#7FF8H ;DAC0809首址
MOVX @DPTR,A ;启动AD转换
HERE:SJMP HERE
INT1:MOVX A,
www.eeworm.com/read/13400/275534
c adc2051.c
/* io分配: *
;* OUTPUT: *
;* P1.0 ...... 模拟量输入 *
;* P1.1 ...... DA输入比较基准电压 *
;* P1.2~
www.eeworm.com/read/13400/275775
asm adc0809.asm
;入口:通道1的模拟量,
;出口:片内RAM开辟一个数据区,用于存放A/D转换结果,
IN0—IN7的结果
;分别存于30H—37H 8个单元中
AD0809: MOV R1,#01H
ACALL AD0809_1
RET
AD0809_1:MOV DPTR,# ;通道地址
MOV A,R1 ;送通道号
MOVX @
www.eeworm.com/read/13492/277181
c adc_drv.c
//! @file adc_drv.c
//!
//! Copyright (c) 2004
//!
//! Please read file license.txt for copyright notice.
//!
//! @brief This file contains the low level functions for the ADC
//!
//! @version
www.eeworm.com/read/13492/277201
h adc_drv.h
//! @file adc_drv.h
//!
//! Copyright (c) 2004
//!
//! Please read file license.txt for copyright notice.
//!
//! @brief This file contains the low level macros and definition for the ADC
//!
www.eeworm.com/read/13711/280491
wsp adc2.wsp
[WorkState_v1_1]
ptn_Child1=DockState
ptn_Child2=ToolBarMgr
ptn_Child3=Frames
ptn_Child4=ProjectTarget
ptn_Child5=WorkSpaceName
ptn_Child6=SerialPort
ptn_Child7=StepInc
ptn_Child8=DisassemblyA
www.eeworm.com/read/13711/280492
#3 adc2.#3
/////////ADC2调试程序,p1.2口单端输入/////////////////
/////////T2定时采样,ADC2监控中断/////////////////////
/////////ADC2.c////////////////////////////////////////
#include "lcd.h"
#define ADC0START temppage=SFRPA
www.eeworm.com/read/13711/280494
lst adc2.lst
C51 COMPILER V7.01 ADC2 05/04/2004 11:25:47 PAGE 1
C51 COMPILER V7.01, COMPILATION OF MODULE ADC2
OBJECT MODULE PLACED IN AD
www.eeworm.com/read/13711/280496
c adc2.c
/////////ADC2调试程序,p1.2口单端输入/////////////////
/////////T2定时采样,ADC2监控中断/////////////////////
/////////ADC2.c////////////////////////////////////////
#include "lcd.h"
#define ADC0START temppage=SFRPA
www.eeworm.com/read/13711/280498