?? eeprom_hr.h
字號:
/******************************************************************************
COPYRIGHT 2003 STMicroelectronics
Source File Name : EEPROM_hr.h
Group : IPSW,CMG - IPDF
Author : MCD Application Team
Date First Issued: 11/03/2002
********************************Documentation**********************************
General Purpose - This file declares all the constant definitions used in
EEPROM.c.
********************************Revision History*******************************
_______________________________________________________________________________
Date :11/03/2002 Release:1.0
Date :23/09/2003 Release:2.0
1. Removed the mapping of hardware registers.
2. Defined constants used in EEPROM.c.
3. Included necessary comments.
Date :28/04/04 MISRA changes
******************************************************************************/
#ifndef EEPROM_HR
#define EEPROM_HR /* prevent multiple inclusion */
#include "ST7lib_config.h" /* device selection */
#define EEPROM_DEFAULT ((unsigned char)0xFC)
#define WRITE_ENABLE ((unsigned char)0x02)
#define PROG_ENABLE ((unsigned char)0xFE)
#define PROG_PROGRESS ((unsigned char)0x01)
#endif /* EEPROM_HR */
/*** (c) 2003 STMicroelectronics ****************** END OF FILE ************/
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -