abortsw.c
来自「Vxworks的bsp软件开发包(基于wrPpmc74xx)」· C语言 代码 · 共 47 行
C
47 行
/* abortSw.c - abort switch routines *//* Copyright 1985-2001 Wind River Systems, Inc. *//*modification history--------------------01b,09nov01,g_h Remove include "wrPpmc74xx.h"01a,19jun98,est original*//*DESCRIPTIONSets up abort switch interrupt handling*//* includes */#include "vxWorks.h"#include "stdio.h"/* local defines *//* static forward declarations *//********************************************************************************** abortSwInt - interrupt level processing** RETURNS: N/A**/void abortSwInt ( void ) { /* Debugging Interrupt Controller */ printf("\n\n\n\t...You depressed Abort Switch....\n\n\n"); }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?