代码搜索结果
找到约 10,000 项符合
ADC 的代码
adc.dni
[DisAssemblyWindow]
NumStates=_ 1
State 1=_ 1
[StackPlugin]
Enabled=1
OverflowWarningsEnabled=1
WarningThreshold=90
SpWarningsEnabled=1
WarnHow=0
UseTrigger=1
TriggerName=main
LimitSize=0
adc.dbgdt
107
adc.ewp
1
Debug
ARM
adc.dep
2
Debug
$PROJ_DIR$\Debug\Obj\main.pbi
adc.h
//ADC.h : header file for the ADC project
//
#ifndef _ADC_H_
#define _ADC_H_
#ifndef __AVR_ATmega88__
#define __AVR_ATmega88__
#endif
#define __MCU_CLOCK_FREQUENCY__ _8.0000_MHz
#inclu
adc.c
//ADC.c : source file for the ADC project
//
#include "ADC.h"
#include "ADCADC.h"
/////////////////////////////////////////////////////////////////////////////
//ADC
static void io_init(vo
adc.s
.module ADC.C
.area text(rom, con, rel)
.dbfile D:\学习\AVRpro\Mega8程序\TestADC\ADC.C
.dbfunc e ADC_Init _ADC_Init fV
.even
_ADC_Init::
.dbline -1
.dbline 21
; //**************************