代码搜索:如何学习 EEprom?
找到约 10,000 项符合「如何学习 EEprom?」的源代码
代码结果 10,000
www.eeworm.com/read/282879/9055096
h eeprom.h
#ifndef EEPROM_H__
#define EEPROM_H__
#define USED_BYTE_QTY_IN_ONE_SECTOR 512
#define READ_AP_and_Data_Memory_Command 0x01 /* 字节读数据存储区 */
#define PROGRAM_AP_and_Data_Memor
www.eeworm.com/read/282879/9055122
c eeprom.c
#include"Mbtd.h"
#include".\EEPROM.h"
#include
unsigned char protect_buffer[USED_BYTE_QTY_IN_ONE_SECTOR];
void ISP_IAP_enable(void)
{
EA = 0; /* 关中断 */
ISP_CONTR = ISP_CONTR
www.eeworm.com/read/184413/9104832
h eeprom.h
/* eeprom.h - EEPROM NVRAM haeder file */
/* Copyright 1984-2001 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01b,12oct01,g_h Clean for T2.2
0
www.eeworm.com/read/184413/9104850
c eeprom.c
/* eeprom.c - EEPROM NVRAM routines */
/* Copyright 1984-2002 Wind River Systems, Inc. */
/*
modification history
--------------------
01f,25jan02,g_h Move EEPROM_DELAY macro to config.h becuase it
www.eeworm.com/read/380958/9118878
c eeprom.c
/*
create by , to support wr/rd parameters to/from eeprom
*/
#include "def.h"
#include "2440addr.h"
#include "2440lib.h"
#define SLV_ADDR_24C02 0xa0
void Delay(int ms);
static volatile
www.eeworm.com/read/184087/9121976
c eeprom.c
#include
#include "link.h"
//对EEprom进行操作的指令的宏定义
///////////////////////////////////////////////////////////////////////////
//#define EE_SO SO&0x01 /*25045输出*/
#define EE_SI1 SI=1
www.eeworm.com/read/380924/9122462
h eeprom.h
unsigned char Write_1Byte(unsigned char wdata,unsigned char dataaddress);
unsigned char Write_NByte(unsigned char * outbuf,unsigned char n,unsigned char dataaddress);
unsigned char Read_1Byte_curren
www.eeworm.com/read/380924/9122481
c eeprom.c
#include "IIC.h"
typedef unsigned char uchar;
typedef unsigned int uint;
#define deviceaddress 0xa0 //AT24C02的设备地址
/*******************************************
函数名称:delay_10ms
功 能:延时约6m
www.eeworm.com/read/380924/9122495
h eeprom.h
unsigned char Write_1Byte(unsigned char wdata,unsigned char dataaddress);
unsigned char Write_NByte(unsigned char * outbuf,unsigned char n,unsigned char dataaddress);
unsigned char Read_1Byte_curren
www.eeworm.com/read/380924/9122510
c eeprom.c
#include "IIC.h"
typedef unsigned char uchar;
typedef unsigned int uint;
#define deviceaddress 0xa0 //AT24C02的设备地址
/*******************************************
函数名称:delay_10ms
功 能:延时约6m