代码搜索:EEPROM

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

代码结果 10,000
www.eeworm.com/read/266365/11230792

c 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
www.eeworm.com/read/336009/12481587

lst eeprom.lst

C51 COMPILER V7.50 EEPROM 05/27/2006 14:01:08 PAGE 1 C51 COMPILER V7.50, COMPILATION OF MODULE EEPROM OBJECT MODULE PLACED IN
www.eeworm.com/read/336009/12481980

c eeprom.c

/*********************************************/ // File Name: eeprom.c // Author: henny // Date: 2006/3/1 /*********************************************/ #include #include "Publ
www.eeworm.com/read/336009/12482007

eeprom_test

www.eeworm.com/read/336009/12482028

obj eeprom.obj

www.eeworm.com/read/148150/12488987

h eeprom.h

//**********************************************************************// // EEprom读写函数 // // // // // //*********************************************
www.eeworm.com/read/335711/12504053

pjt eeprom.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="E:\2407\eeprom\" ProjectType=Executable CPUFamily=TMS320C24XX Tool="Compiler" Tool=
www.eeworm.com/read/335711/12504068

c eeprom.c

// 24LC256的应用编程 // 该程序实现DSP2407与EEPROM芯片24LC256的接口编程 #include "register.h" int source[4]={3,3,3,3}; int result[4]; int n,control; // 系统初始化子程序 void sysinitial() { asm( " setc INTM ");
www.eeworm.com/read/248970/12529653

c eeprom.c

/* 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 0x42//0x5a void mdelay(int
www.eeworm.com/read/248579/12552403

txt eeprom.txt

/* STC89C54RD+的flash空间从0x4000~0xf3ff 共90个扇区,每扇区512字节 */ // #define BaseAddr 0x1000 /* 51rc */ // #define EndSectoraddr 0x3d00 /* 51rc */ // #define EndAddr 0x3fff /* 51rc 12K eeprom */ #d