target.h
来自「UART I2C驱动」· C头文件 代码 · 共 42 行
H
42 行
/****************************************Copyright (c)**************************************************
** 上海丰宝电子科技有限公司
**
** 研发部
**
** http://www.linposh.com.cn
**
**--------------文件信息--------------------------------------------------------------------------------
** 文 件 名: target.h
** 描 述: lpc22xx(飞利浦的ARM)目标板特殊的代码头文件
** 每个工程应当具有这个文件的拷贝,用户根据程序的需要修改本文件
** 版 本: 1.0
** 日 期: 2006年4月12日
**------------------------------------------------------------------------------------------------------
** 修改人:
** 版 本:
** 日 期:
** 描 述:
**
********************************************************************************************************/
#ifndef __TARGET_H
#define __TARGET_H
#ifdef __cplusplus
extern "C" {
#endif
#ifndef IN_TARGET
extern void Reset(void);
extern void TargetInit(void);
#endif
#ifdef __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?