代码搜索结果
找到约 10,000 项符合
EEPROM 的代码
eeprom.lk
EEPROM.o
eeprom.lst
__start:
__text_start:
0019 E5CF LDI R28,0x5F
001A E0D2 LDI R29,2
001B BFCD OUT 0x3D,R28
001C BFDE OUT 0x3E,R29
001D 51C0 SUBI R28,0x10
001E 40D
eeprom.lis
.module EEPROM.c
.area data(ram, con, rel)
0000 _Table::
0000 .blkb 2
.area idata
0000 3F06
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.h
/*
** Header file : eeprom.h
*/
#ifdef _AVR
/* AVR EEPROM access functions */
#ifndef __EEPROM__H
#define __EEPROM__H
/* These defines are passed by the IDE as appropriate */
#if defined(
eeprom.prj
[Project]
Toolset=AVR
Files=1
Top1=1
Left1=1
Height1=397
Width1=620
Row1=2
Collumn1=20
Active1=1
State1=0
Top0=-492
Left0=-12
Height0=397
Width0=858
Active0=0
State0=1
F1=Eeprom.c
Op
eeprom.c
// EEPROM access example
// CodeVisionAVR C Compiler
// (C) 2000-2002 HP InfoTech S.R.L.
// www.hpinfotech.ro
// Chip: AT90S2313
// Memory Model: TINY
// Data Stack Size: 64 bytes
flash c