代码搜索结果
找到约 10,000 项符合
ADC 的代码
adc2051.c
/* io分配: *
;* OUTPUT: *
;* P1.0 ...... 模拟量输入 *
;* P1.1 ...... DA输入比较基准电压 *
;* P1.2~
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 @
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
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
//!
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
adc2.#3
/////////ADC2调试程序,p1.2口单端输入/////////////////
/////////T2定时采样,ADC2监控中断/////////////////////
/////////ADC2.c////////////////////////////////////////
#include "lcd.h"
#define ADC0START temppage=SFRPA
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
adc2.c
/////////ADC2调试程序,p1.2口单端输入/////////////////
/////////T2定时采样,ADC2监控中断/////////////////////
/////////ADC2.c////////////////////////////////////////
#include "lcd.h"
#define ADC0START temppage=SFRPA