⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 eeprom_hr.h

📁 ST7 Mcu eeprom setting and program sample for learning
💻 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 */

#if (defined EEPROM_LITE0 || defined EEPROM_LITE1 || defined EEPROM_LITE2 ||\
defined EEPROM_LITE3 || defined EEPROM_LITES2_5 || defined EEPROM_DALI)      
           												  /* selected device */	
/* Constant definitions */

#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_LITE FAMILY */

#endif /* EEPROM_HR */

/*** (c) 2003   STMicroelectronics ****************** END OF FILE ************/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -