代码搜索:如何学习 EEprom?
找到约 10,000 项符合「如何学习 EEprom?」的源代码
代码结果 10,000
www.eeworm.com/read/286055/8792181
elf eeprom.elf
www.eeworm.com/read/286055/8792189
map eeprom.map
Archive member included because of file (symbol)
C:/WinAVR/lib/gcc/avr/3.4.6/avr5\libgcc.a(_copy_data.o)
eeprom.o (__do_copy_data)
C:/WinAVR/lib/gcc/avr/3.4.6/avr5\l
www.eeworm.com/read/286055/8792190
c eeprom.c
#include "eeprom.h"
#include
//#include "funciton.h"
//宏定义
//extern volatile unsigned int A;
//const char eep_buf[] __attribute__((section (".eeprom"))) ="南北线";
//定义
//
www.eeworm.com/read/286055/8792191
aps eeprom.aps
eeprom01-Jan-2007 12:18:3105-Feb-2007 20:18:11241001-Jan-2007
www.eeworm.com/read/385128/8817653
h eeprom.h
/************************************************************************/
/* Renesas System Solutions (Beijing) Co., LTD. */
/* All rights reserved. */
/* */
/*
www.eeworm.com/read/385128/8817679
c eeprom.c
/************************************************************************/
/* Renesas System Solutions (Beijing) Co., LTD. */
/* All rights reserved. */
/* */
/*
www.eeworm.com/read/187338/8832820
h eeprom.h
#ifndef _EEPROM_H
#define _EEPROM_H
extern void EEPROM_write(unsigned char adr, unsigned char dat);
extern unsigned char EEPROM_read(unsigned char adr);
#endif
www.eeworm.com/read/187338/8832831
c eeprom.c
#include
#include
//读/写EEPROM,内部从16地址开始,对外为0地址
void EEPROM_write(unsigned char adr, unsigned char dat)
{
while( EECR & BIT(EEWE) );//第一步:等待EEWE为0
EEARH = 0;
EEARL
www.eeworm.com/read/187304/8834345
lst eeprom.lst
C51 COMPILER V7.09 EEPROM 11/19/2006 16:03:08 PAGE 1
C51 COMPILER V7.09, COMPILATION OF MODULE EEPROM
OBJECT MODULE PLACED IN