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

📄 i28f640j3mem.h

📁 IXP425的BSP代码
💻 H
字号:
/******************************************************************************** Module: flash.h** Description: Flash Module Definitions** Project:     HSI VisionWare -- vWare** Functions:** Notes:** History:		See Visual SourceSafe History** Disclaimer: Copyright 1999-2000 Wind River Systems, Inc. All Rights Reserved********************************************************************************//* i28F640J3Mem.h - Intel 28F640J3 FLASH memory header *//* Copyright 2001 Wind River Systems, Inc. *//*modification history--------------------01a,16apr01,gh   created.*//*DESCRIPTIONThis file contains header information for Intel 28F640J3 FLASH memory routines.*/#ifndef __INCi28F640J3Memh#define __INCi28F640J3Memh#ifdef __cplusplusextern "C" {#endif/* typedefs */typedef union tFLASH{	UINT8 Integer;	UINT8 Float;} tFLASH;/* function declarations */#ifndef	_ASMLANGUAGE#if defined(__STDC__) || defined(__cplusplus)IMPORT  STATUS  sysNvRamGet(char *string, int strLen, int offset);IMPORT  STATUS  sysNvRamSet(char *string, int strLen, int offset);#else	/* __STDC__ */IMPORT  STATUS  sysNvRamGet();IMPORT  STATUS  sysNvRamSet();#endif	/* __STDC__ */#endif	/* _ASMLANGUAGE */#ifdef __cplusplus}#endif#endif /* __INCi28F640J3Memh */

⌨️ 快捷键说明

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