main.h
来自「SmartARM2400开发平台配套例程」· C头文件 代码 · 共 54 行
H
54 行
/****************************************Copyright (c) ****************************************************
** Guangzhou ZHIYUAN electronics Co.,LTD.
**
** http://www.embedtools.com
**
**--File Info---------------------------------------------------------------------------------------------
** File name: main.h
** Last modified Date:
** Last Version: V1.0
** Descriptions:
**
**--------------------------------------------------------------------------------------------------------
** Created by:
** Created date:
** Version:
** Descriptions:
**
**--------------------------------------------------------------------------------------------------------
** Modified by:
** Modified date:
** Version:
** Descriptions:
**
**********************************************************************************************************/
#ifndef __MAIN_H
#define __MAIN_H
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
/**********************************************************************************************************
在这里引入用户程序所需头文件
**********************************************************************************************************/
#include "config.h"
/**********************************************************************************************************
** Function name: FIQ_Exception
** Descriptions: FIQ中断服务程序
** input parameters: none
** output parameters: none
** Returned value: none
**********************************************************************************************************/
void FIQ_Exception (void);
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* __MAIN_H */
/**********************************************************************************************************
END FILE
**********************************************************************************************************/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?