代码搜索结果
找到约 10,000 项符合
EEPROM 的代码
eeprom.h
//#include "Main.h"
/* 定义常量 */
#define ERROR 0
#define OK 1
#define UWORK8 unsigned char /* 无符号字符,8位,范围-128~127 */
#define WORK8 signed char /* 有
eeprom.lst
C51 COMPILER V8.18 EEPROM 06/19/2010 21:01:50 PAGE 1
C51 COMPILER V8.18, COMPILATION OF MODULE EEPROM
OBJECT MODULE PLACED IN
eeprom.c
#include
#include /* use _nop_() function */
#include "EEPROM.h"
//sfr16 DPTR = 0x82;
/* 新增特殊功能寄存器定义 */
sfr ISP_DATA = 0xe2;
sfr ISP_ADDRH =
eeprom.h
/*
* This file contains the data defintions that are stored in EEPROM
*/
#ifndef DECLARE // if DECLARE is not defined
#define DECLARE extern // variables are ex
eeprom.c
/*
* This file contains the frame-work for the EEPROM Memory Classes
*/
#pragma ORDER // keep variables in order of definition
#pragma USERCLASS (HDATA = EEPROM) // use
eeprom.h
/*
* This file contains the data defintions that are stored in EEPROM
*/
#ifndef DECLARE // if DECLARE is not defined
#define DECLARE extern // variables are ex
eeprom.c
/*
* This file contains the frame-work for the EEPROM Memory Classes
*/
#pragma ORDER // keep variables in order of definition
#pragma USERCLASS (HDATA = eeprom) // u
eeprom.h
/*
* This file contains the data defintions that are stored in EEPROM
*/
#ifndef DECLARE // if DECLARE is not defined
#define DECLARE extern // variables are ex
eeprom.c
/*
* This file contains the frame-work for the EEPROM Memory Classes
*/
#pragma ORDER // keep variables in order of definition
#pragma USERCLASS (HDATA = EEPROM) // use