代码拉取完成,页面将自动刷新
/*************************************************************************
* 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 */
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。