emif.h

来自「ti dsp 6416 的BOOT程序。利用此程序实现将代码写入到FLASH 的」· C头文件 代码 · 共 57 行

H
57
字号
/*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 + =
减小字号Ctrl + -
显示快捷键?