arm_intc.h

来自「TI的DM6446的硬件平台搭建的相关例子」· C头文件 代码 · 共 39 行

H
39
字号
/*    Davinci ARM Evaluation Software    (c)Texas Instruments 2003*//** \file intc.h    \brief Interrupt Controller User APIs*/#ifndef __INTC_H__#define __INTC_H__#include <tistdtypes.h>/** \brief Interrupt Service Routine (ISR) prototype typedef*/void swi_vector(); void data_abort_vector();void undef_vector();void pref_abort_vector();#endif /*   __INTC_H__   *//*@}*//* Rev.No.   Date/Time               ECN No.          Modifier      *//* -------   ---------               -------          --------      *//* 1         25 Jun 2004 10:31:02    1881             xkeshavm      *//*                                                                  *//* Command header files added to develop test cases                 *//********************************************************************/ 

⌨️ 快捷键说明

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