代码搜索结果
找到约 9,851 项符合
EEPROM 的代码
eeprom.h
#ifdef EEPROM_GLOBALS
#define EEPROM_EXT
#else
#define EEPROM_EXT extern
#endif
/***************************************
EEPROM设备从地址定义
***************************************/
#define EEPR
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.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) // 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