excep.h

来自「MIPS架构UCOS-ii移植例程」· C头文件 代码 · 共 56 行

H
56
字号
/***************************************************************************                                                                         **   PROJECT     : MIPS port for uC/OS-II                                  **                                                                         **   MODULE      : EXCEP.h                                                 **                                                                         **   AUTHOR      : Michael Anburaj                                         **                 URL  : http://geocities.com/michaelanburaj/             **                 EMAIL: michaelanburaj@hotmail.com                       **                                                                         **   PROCESSOR   : MIPS 4Kc (32 bit RISC) - ATLAS board                    **                                                                         **   TOOL-CHAIN  : SDE & Cygnus                                            **                                                                         **   DESCRIPTION :                                                         **   External interface header for First level  Exception handling module. **                                                                         ***************************************************************************/#ifndef __EXCEP_H__#define __EXCEP_H__/* ********************************************************************* *//* Module configuration *//* ********************************************************************* *//* Interface macro & data definition */#ifndef _ASSEMBLER_/* ********************************************************************* *//* Interface function definition *//***********************************************************************************************                                       EXCEP_vInstallIntInRam** Description: This routine is used to install the INT handler in RAM.** Arguments  : none.** Return     : none.** Note(s)    : **********************************************************************************************/void EXCEP_vInstallIntInRam(void);#endif/* ********************************************************************* */#endif /*__EXCEP_H__*/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?