代码搜索结果
找到约 10,000 项符合
EEPROM 的代码
eeprom.lst
C51 COMPILER V7.50 EEPROM 11/07/2006 14:52:11 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE EEPROM
OBJECT MODULE PLACED IN
eeprom.c
//-----------------------------------------------------------------------------
// File: eeprom.c
// Contents: EEPROM update firmware source. (Write only)
//
// indent 3. NO TABS!
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
void Delay( int ms );
static vola
eeprom.cmd
/* *---------link.cmd--------- * */-c
-stack 0x200
-heap 0x400
-sysstack 0x100
-lrts55.lib
MEMORY
{
PAGE 0:
MMR : origin = 00000h, length = 000c0h
SPRAM : origi
eeprom.c
#include
#include
#include
#include
#include
#include
#define SPI_WRITE 0x02000000
#define SPI_READ 0x03000000
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
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
eeprom.lst
C51 COMPILER V8.02 EEPROM 09/28/2006 13:57:54 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE EEPROM
OBJECT MODULE PLACED IN
eeprom.h
/**********************************************************************
*File Name : EEPROM.h
*Creat Time : 2002/02/11
*Program Author : mqli
*File Discreption :
************************