代码搜索结果
找到约 10,000 项符合
EEPROM 的代码
eeprom._h
void EEPROM_write(unsigned int uiAddress, unsigned char ucData)
{
/* 等待上一次写操作结束 */
while(EECR & (1
eeprom.o
XL
H 1 areas 1 global symbols
M eeprom.c
A text size 10 flags 0
dbfile E:\item\car\AT45DB041D\eeprom.c
dbfunc e eeprom_write_byte 0 fV
dbsym r ucData 12 c
dbsym r address 10 i
dbline FFFFFFFF
eeprom.s
.module eeprom.c
.area text(rom, con, rel)
.dbfile E:\item\car\AT45DB041D\eeprom.c
.dbfunc e eeprom_write_byte _eeprom_write_byte fV
; ucData -> R18
; address -> R16,R17
.eve
eeprom.lis
.module eeprom.c
.area text(rom, con, rel)
0000 .dbfile E:\item\car\AT45DB041D\eeprom.c
0000 .dbfunc e eeprom_w
eeprom.h
void eeprom_write_byte(unsigned int address,unsigned char ucData);
eeprom.c
#include
#include
void eeprom_write_byte(unsigned int address,unsigned char ucData)
{
/* 等待上一次写操作结束 */
while(EECR & (1