代码搜索结果
找到约 9,851 项符合
EEPROM 的代码
带eeprom的显示调试.lnp
"带EEPROM的显示调试.obj"
TO "带EEPROM的显示调试"
RAMSIZE(256)
eeprom.c
/*
eeprom_is_ready() //EEPROM 忙检测(返回EEWE 位)
eeprom_busy_wait() //查询等待EEPROM 准备就绪
uint8_t eeprom_read_byte (const uint8_t *addr) //从指定地址读一字节
uint16_t eeprom_read_word (const uint16_t *addr) //从指定地址
eeprom读写实例及说明 .txt
; EEPROM读写实例及说明
;****************************************************************************
; This is a program to test the function of reading&writting for EEPROM.
; You can observe the va
eeprom.c
//写一个字节到EEPROM
void write_eeprom(unsigned char data,unsigned int address)
{
while(EECR&(1
eeprom.h
void EEWrite(unsigned char Adr,unsigned char Data)
{
EEprom[Adr]=Data;
}
unsigned char EERead(unsigned char Adr)
{
unsigned char data;
data=EEprom[Adr];
return data;
}
eeprom.o
XL
H 4 areas F global symbols
M EEPROM.c
S mpy8s Ref0000
S push_gset1 Ref0000
S push_gset2 Ref0000
S push_gset3 Ref0000
S pop_gset1 Ref0000
S pop_gset2 Ref0000
S pop_gset3 Ref0000
A text siz
eeprom.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU AVR
DIR J:\AVRpractice\BOOK\EEPROM\EEPROM时序\
FILE EEPROM.c
FUNC DelayMs 72 fV
BLOCK 14 74
DEFREG j 20 i
DEFREG i 16 i
LINE 14 74
LINE 15 74
LINE 16 7
eeprom.dp2
EEPROM.o: C:/icc/include/io8535v.h
eeprom.src
[Files]
[Headers]
C:\icc\include\io8535v.h
EEPROM.c
[Documents]
eeprom.lk
EEPROM.o