代码搜索结果
找到约 10,000 项符合
ADC 的代码
adc.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
adc.mak
CC = iccavr
CFLAGS = -IC:\ICC\include\ -e -l -g -Mavr_enhanced_small -Wa-W
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LC:\ICC\lib\ -m -g -dram_end:0x45f -bdata:0x60.0x45f -Wl-W -bfunc_lit:0x26.0x2000
adc.o
XL
H 3 areas F global symbols
M ADC.c
S _seg_table Ref0000
S push_gset4 Ref0000
S mod16u Ref0000
S div32u Ref0000
S div16u Ref0000
S _display Ref0000
S pop_gset4 Ref0000
S empy32u Ref0000
S
adc.lis
.module ADC.c
.area text(rom, con, rel)
0000 .dbfile C:\mega8\ADC\ADC.c
0000 .dbfunc e adc_init _adc_init fI
adc.hex
:020000001CC022
:02001C0079C0A9
:14002600C0F9A4B0999282F880908883C6A1868E000000007E
:14003A00CFE5D4E0CDBFDEBFC051D0400AEA08830024E4E693
:14004E00F0E010E0E736F10711F00192FBCF0083E6E3F0E04F
:140062
adc.c
/*******************************************/
/* */
/* 多通道AD转换演示程序 */
/* 作者:ntzwq@wx88.net ? */
/* 2002年5月11日 */
/*
adc.h
/*****************************************************************************
* adc.h: Header file for NXP LPC23xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
* All
adc.c
/*****************************************************************************
* adc.c: ADC module file for NXP LPC23xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
*
adc.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {