代码搜索结果
找到约 10,000 项符合
EEPROM 的代码
eeprom.prj
[Compiler Options]
Edit1=C:\icc\include\
Edit2=C:\icc\lib\
Edit8=
CheckBox1=0
CheckBox2=1
Edit3=
Edit4=
Edit11=16
Edit13=
ComboBox1=0
Edit9=8192
Edit10=512
ComboBox2=13
RadioGroup1=0
Ed
eeprom.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
eeprom.c
//***************FileName:Capature.C***************//
//***************ICCAVR V6.30编译*****************//
#include
#define uchar unsigned char
#define uint unsigned
eeprom.gen
0000:11
0001:22
0002:40
002F:22
eeprom.c
/* ****************************************************************
** 功能描述: 通过串口通信读写EEPROM
*************************************************************** */
#include "pic18.h" /* PIC18系列的头文件
eeprom.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU AVR
DIR E:\icc\eeprom\
FILE lcd_init.h
FUNC delay FA fV
BLOCK 40 FA
DEFREG n 16 i
LINE 40 FA
LINE 41 FA
LINE 41 FA
BLOCKEND 0 108
FUNCEND 108
FUNC
eeprom.o
XL
H 3 areas 1C global symbols
M eeprom.c
S push_gset1 Ref0000
S push_gset2 Ref0000
S push_gset3 Ref0000
S pop_gset1 Ref0000
S pop_gset2 Ref0000
S pop_gset3 Ref0000
S mod8u Ref0000
S div8u R
eeprom.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
eeprom._c
//ICC-AVR application builder : 2008-10-8 下午 04:03:04
// Target : M128
// Crystal: 8.0000Mhz
#include
#include
#include "lcd_init.h"
#include "eeprom_init.h"
#include "
eeprom.s
.module eeprom.c
.area text(rom, con, rel)
.dbfile E:\icc\eeprom/lcd_init.h
.dbfunc e delay _delay fV
; n -> R16,R17
.even
_delay::
.dbline -1
.dbline 40
; //ICC-AVR appli