代码搜索结果

找到约 10,000 项符合 EEPROM 的代码

eeprom.h

#ifndef __EEPROM_H_ #define __EEPROM_H_ /* 定义命令 */ #define READ_AP_and_Data_Memory_Command 0x01 /* 字节读数据存储区 */ #define PROGRAM_AP_and_Data_Memory_Command 0x02 /*

eeprom.lst

C51 COMPILER V9.01 EEPROM 05/06/2012 20:40:06 PAGE 1 C51 COMPILER V9.01, COMPILATION OF MODULE EEPROM OBJECT MODULE PLACED IN

eeprom.__i

"EEPROM.c" ROM(COMPACT) BROWSE DEBUG OBJECTEXTEND

eeprom.c

#include "stc90.h" #include "EEPROM.H" #include "intrins.h" /* 打开 ISP,IAP 功能 */ void ISP_IAP_enable(void) { EA = 0; /* 关中断 */ ISP_CONTR = ISP_CONTR & 0x18; /* 0001,1000 */

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