timer.h
来自「DSK6713 Flashburn 程序烧写」· C头文件 代码 · 共 58 行
H
58 行
/*H***************************************************************************
*
* $Archive:: $
* $Revision: 1.1 $
* $Date: 2005/05/19 16:54:46 $
* $Author: kuzemchak_cvs $
*
* 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
#endif
GLOBAL void TIMER_Init( void );
GLOBAL void TIMER_DelayMsec(short msec);
#endif /* timer_h --------- END OF FILE ------------------------------------*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?