代码搜索结果
找到约 9,851 项符合
EEPROM 的代码
eeprom.h
/* ------------------------------------------------------------------------
File : eeprom.h
Descr : Declarations of low-level EEPROM access functions.
History: 18AUG.00; Henk B&B; Definition
eeprom读写实例及说明 .c
; EEPROM读写实例及说明
;****************************************************************************
; This is a program to test the function of reading&writting for EEPROM.
; You can observe the va
eeprom.lst
1 .file "eeprom.c"
2 .arch atmega16
3 __SREG__ = 0x3f
4 __SP_H__ = 0x3e
5 __SP_L__ = 0x3d
6
eeprom.o.d
obj/eeprom.o: eeprom.c 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/iom16.h \
eeprom.c
/*
* 内部EEPROM读写实验程序,用winavr的库函数eeprom.h里的函数访问eerpom,系统重启一次数码管显示加1
* EasyAVR-M16 开发板例程
* CopyRights @ EES
* Author:ken
* Date:2007-8-20
*/
// CLOCK: 7.3728MHZ
#include
#inc
eeprom.h
/******************************************************************************
COPYRIGHT 2003 STMicroelectronics
Source File Name : eeprom.h
Group : IPSW,CMG-IPDF
Author :
eeprom.c
/******************************************************************************
EEPROM子程序(以下子程序参考或采用ST公司MCD Application Team提供的相关子程序)
****************************************************************