代码搜索结果
找到约 9,851 项符合
EEPROM 的代码
eeprom.flow.rpt
Flow report for eeprom
Sun Nov 04 09:56:02 2007
Version 5.0 Build 168 06/22/2005 Service Pack 1 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal N
test eeprom.plg
Build target 'Target 1'
compiling test eeprom.c...
linking...
"test eeprom" - 0 Error(s), 0 Warning(s).
Build target 'Target 1'
compiling test eeprom.c...
linking...
creating hex file from "test eepro
test eeprom.lnp
"test eeprom.obj"
TO "test eeprom"
RAMSIZE(256)
test eeprom.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
Options 1,0,0
eeprom.__i
"..\Code\Eeprom.c" NOPRINT OBJECT(.\Eeprom.obj)
eeprom.o.d
eeprom.o: eeprom.c main.h C:/WinAVR/avr/include/avr/io.h \
C:/WinAVR/avr/include/avr/sfr_defs.h C:/WinAVR/avr/include/inttypes.h \
C:/WinAVR/avr/include/stdint.h C:/WinAVR/avr/include/avr/iom64.
eeprom.c
#define eeprom_c
#include "main.h"
//**************************读取EEPROM初始数据*****************//
void eeprom_read(void)
{
eeprom_busy_wait();
Communication_time=eeprom_read_byte (&E_Communi
eeprom读写实例及说明 .txt
; EEPROM读写实例及说明
;****************************************************************************
; This is a program to test the function of reading&writting for EEPROM.
; You can observe the va
磁动力电子--本站原创--常用串行eeprom的编程应用(一).htm
磁动力电子--本站原创--常用串行EEPROM的编程应用(一)
磁动力电子--本站原创--常用串行eeprom的编程应用(二).htm
磁动力电子--本站原创--常用串行EEPROM的编程应用(二)