📄 target.h
字号:
/*******************************************************************************************************
** 西安傅立叶电子科技
** Xian FFT Electornic Technology
** http://www.fftchina.com
********************************************************************************************************/
// 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
#ifndef __TARGET_H
#define __TARGET_H
#ifdef __cplusplus
extern "C" {
#endif
#ifndef IN_TARGET
extern void Reset(void);
/*********************************************************************************************************
** Function name: Reset
** Descriptions: resets the target board.
********************************************************************************************************/
extern void TargetInit(void);
/*********************************************************************************************************
** Function name: TargetInit
**
** Descriptions: Initialize the target board; it is called in a necessary place, change it as
********************************************************************************************************/
#endif
#ifdef __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -