1 Star 1 Fork 0

jackeer/test

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
EEPROM.h 1.27 KB
一键复制 编辑 原始数据 按行查看 历史
jackeer 提交于 2015-02-11 05:59 . initial commit
/*************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contained
* herein is confidential. The software may not be copied and the
* information contained herein may not be used or disclosed except with
* the written permission of HappyTek Inc. (C) 2003
*
*************************************************************************/
/**
* @file eeprom.h
*
* This file defines EEPROM layout
*
* @author Htk00469
*/
#ifndef _EEPDEF_H
#define _EEPDEF_H
/*===================================================================*/
/* EEPROM position layout */
/*===================================================================*/
/**
* Description :
* Allocation LayOut of 8205 Eeprom, Each Item's Length is counted by Byte
*/
enum EEP_POSTION_LIST
{
/** to check if the serial EEPROM is used */
EEP_MAGIC0 = 0,
EEP_MAGIC1,
/** to check the serial EEPROM memory map version */
EEP_VERSION0,
EEP_VERSION1,
/** to check the AC On Power Status */
#if SUPPORT_POWER_STATUS
EEP_POWER_STATUS,
#endif
EEP_GEN_SET_END
};
#define EEPROM_GENERAL_SIZE EEP_GEN_SET_END
#define EEPROM_END_POS EEP_GEN_SET_END
#endif /* _EEPDEF_H */
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/jackeer/test.git
git@gitee.com:jackeer/test.git
jackeer
test
test
master

搜索帮助