⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 abortsw.c

📁 Vxworks的bsp软件开发包(基于wrPpmc74xx)
💻 C
字号:
/* 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -