代码搜索结果
找到约 9,851 项符合
EEPROM 的代码
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.c
// eeprom.c
// Christian Kulig, 10/29/02
// This sample demonstrates the usage of the data EEPROM.
// It counts the number of powerups of the device and
// saves this value in the EEPROM. From t
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) // u
eeprom.h8c
-cpu=300L
-object="F:\MyWordFiles\JIANGSUMETER\PROGRAM\MYSELF\SF07P07V00\SF07P07V00\Debug_H8_Tiny_SLP_E8_SYSTEM_300L\eeprom.obj"
-debug
-nolist
-chgincpath
"F:\MyWordFiles\JIANGSUMETER\PROGRAM\MY