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

📄 timer.h

📁 ti dsp 6416 的BOOT程序。利用此程序实现将代码写入到FLASH 的功能。
💻 H
字号:
/*H***************************************************************************** $Archive::                                                                $* $Revision::                                                               $* $Date::                                                                   $* $Author::                                                                 $** DESCRIPTION:** USAGE/LIMITATIONS:** NOTES:*   * All rights reserved**H***************************************************************************/#ifndef timer_h#define timer_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 timer_c   #define GLOBAL #else   #define GLOBAL extern#endifGLOBAL void TIMER_Init( void );GLOBAL void TIMER_DelayMsec(short msec);#endif /* timer_h --------- END OF FILE ------------------------------------*/

⌨️ 快捷键说明

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