代码搜索结果
找到约 10,000 项符合
EEPROM 的代码
eeprom.h
sfr Data = 0xe2;
sfr AddressHigh = 0xe3;
sfr AddressLow = 0xe4;
sfr Command = 0xe5;
sfr Trigger = 0xe6;
sfr Control = 0xe7;
#define READ 0x01
#define WRITE 0x02
#define DELETE 0x03
void
eeprom.h
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*------------------------------------------------------
eeprom.h
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*------------------------------------------------------
eeprom.c
/* 读写串行EEPROM芯片AT24C02实例*/
/************************************************************************/
#include
#include
#include
#define TIME 60 /*延时
eeprom.c
/*
create by hzh, to support wr/rd parameters to/from eeprom
*/
#include "def.h"
#include "2440addr.h"
#include "2440lib.h"
#define SLV_ADDR_24C02 0xa0
#define SLV_ADDR_CAMERA 0x5a
void m
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
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
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