?? emif.h
字號:
/*H***************************************************************************** $Archive:: $* $Revision:: $* $Date:: $* $Author:: $** 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#endifGLOBAL void EMIF_Init( void );#endif /* emif_h --------- END OF FILE ------------------------------------*/
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -