📄 emif.h
字号:
/*H***************************************************************************
*
* $Archive:: $
* $Revision: 1.1 $
* $Date: 2005/05/19 20:34:02 $
* $Author: btsai_cvs $
*
* DESCRIPTION:
*
* USAGE/LIMITATIONS:
*
* NOTES:
*
* All rights reserved
*
*H***************************************************************************/
#ifndef emif_h
#define emif_h
/*---- compilation control switches ----------------------------------------*/
/*****************************************************************************
* INCLUDE FILES (minimize nesting of header files)
*****************************************************************************/
/*---- system and platform files -------------------------------------------*/
/*---- program files -------------------------------------------------------*/
/*****************************************************************************
* FILE CONTENT
*****************************************************************************/
/*****************************************************************************
* FUNCTIONAL AREA DETAIL
*****************************************************************************/
/*---- context -------------------------------------------------------------*/
/*---- data descriptions ---------------------------------------------------*/
/*---- global function prototypes ------------------------------------------*/
#ifdef GLOBAL
#undef GLOBAL
#endif
#ifdef emif_c
#define GLOBAL
#else
#define GLOBAL extern
#endif
GLOBAL void EMIF_Init( void );
#endif /* emif_h --------- END OF FILE ------------------------------------*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -