代码搜索结果
找到约 10,000 项符合
ADC 的代码
adc.c
// 该程序用于进行A/D转换的演示,A/D转换的结果存于数组ADRESULT1/2中,
#include "register.h"
int ADRESULT1,ADRESULT2; // 定义一个单元用于保存AD转换的结果
volatile unsigned int *j,*k; // 定义两个指针变量j,k
// 屏蔽中断子程
adc.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="E:\DSPLAB\adc\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
Tool="
adc.map
******************************************************************************
TMS320C24xx COFF Linker Version 7.02
*****************************************************
adc.c~
#include
#include
#define ADC_VREF_TYPE 0x00 // 定义参考电压 与 左右对齐
flash unsigned char table[12] = {0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f,0xff,0x80};
unsigned int rea
adc.hex
:0C0000000C9431000C9400000C940000E3
:10000C000C9400000C9400000C9400000C94000064
:10001C000C9400000C9400000C9400000C94000054
:10002C000C9400000C9400000C9400000C94000044
:10003C000C9400000C9400000C9
adc.c
#include
#include
#define ADC_VREF_TYPE 0x00 // 定义参考电压 与 左右对齐
flash unsigned char table[12] = {0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f,0xff,0x80};
unsigned int rea
adc.i
// CodeVisionAVR C Compiler
// (C) 1998-2001 Pavel Haiduc, HP InfoTech S.R.L.
// I/O registers definitions for the ATmega16
#pragma used+
sfrb TWBR=0;
sfrb TWSR=1;
sfrb TWAR=2;
sfrb TWDR=3;