?? target.h
字號:
/****************************************Copyright (c)****************************************************
** Guangzhou ZHIYUAN electronics Co.,LTD.
**
** http://www.embedtools.com
**
**--------------File Info---------------------------------------------------------------------------------
** File name: target.h
** Last modified Date: 2004-09-17
** Last Version: 1.0
** Descriptions: header file of the specific codes for LPC2200 target boards
** Every project should include a copy of this file, user may modify it as needed
**--------------------------------------------------------------------------------------------------------
** Created by: Chenmingji
** Created date: 2004-02-02
** Version: 1.0
** Descriptions: The original version
**
**--------------------------------------------------------------------------------------------------------
** Modified by: Chenmingji
** Modified date: 2004-09-17
** Version: 1.01
** Descriptions: Renewed the template, added codes to surport more compilers
**
**--------------------------------------------------------------------------------------------------------
** Modified by:
** Modified date:
** Version:
** Descriptions:
**
*********************************************************************************************************/
#ifndef __TARGET_H
#define __TARGET_H
#define __PRJ_TEMPLET_VER 0x2008070113 /* 工程模板版本為 V1.3 */
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
#ifndef IN_TARGET
void sysDelayNS(INT32U uiDly);
/*********************************************************************************************************
* Function name: sysDelayNS
* Descriptions: 長軟件延時
* input parameters: idly 延時參數,值越大,延時越久
* output parameters: none
* Returned value: none
** Modified by:
** Modified date:
**--------------------------------------------------------------------------------------------------------
*********************************************************************************************************/
extern void Reset (void);
/*********************************************************************************************************
** Function name: Reset
** Descriptions: resets the target board.
** input parameters: None
** output parameters: None
** Returned value: None
*********************************************************************************************************/
extern void TargetInit (void);
/*********************************************************************************************************
** Function name: TargetInit
**
** Descriptions: Initialize the target board; it is called in a necessary place, change it as
** needed
**
** input parameters: None
** output parameters: None
** Returned value: None
*********************************************************************************************************/
#endif /* IN_TARGET */
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* _TARGET_H */
/*********************************************************************************************************
END FILE
*********************************************************************************************************/
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -