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

📄 bsp.h

📁 RTEMS (Real-Time Executive for Multiprocessor Systems) is a free open source real-time operating sys
💻 H
字号:
/*-------------------------------------------------------------------------+| bsp.h - ARM BSP +--------------------------------------------------------------------------+| This include file contains definitions related to the ARM BSP.+--------------------------------------------------------------------------+|| Copyright (c) Canon Research France SA.]| Emmanuel Raguet, mailto:raguet@crf.canon.fr||  The license and distribution terms for this file may be|  found in found in the file LICENSE in this distribution or at|  http://www.rtems.com/license/LICENSE.| |  $Id: bsp.h,v 1.4.4.1 2003/09/04 18:43:50 joel Exp $+--------------------------------------------------------------------------*/#ifndef __BSP_H_#define __BSP_H_#ifdef __cplusplusextern "C" {#endif#include <bspopts.h>#include <rtems.h>#include <iosupp.h>#include <console.h>#include <clockdrv.h>  /* *  Define the interrupt mechanism for Time Test 27 * *  NOTE: Following are not defined and are board independent * */#define MUST_WAIT_FOR_INTERRUPT 0#define Install_tm27_vector( handler ) #define Cause_tm27_intr()  #define Clear_tm27_intr()  #define Lower_tm27_intr()#ifdef __cplusplus}#endif#endif /* __BSP_H_ *//* end of include file */

⌨️ 快捷键说明

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