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

📄 isrdefs.c

📁 Xcale270Bsp包,wince平台
💻 C
字号:
/* 
** INTEL CONFIDENTIAL
** Copyright 2000-2003 Intel Corporation All Rights Reserved.
**
** The source code contained or described herein and all documents
** related to the source code (Material) are owned by Intel Corporation
** or its suppliers or licensors.  Title to the Material remains with
** Intel Corporation or its suppliers and licensors. The Material contains
** trade secrets and proprietary and confidential information of Intel
** or its suppliers and licensors. The Material is protected by worldwide
** copyright and trade secret laws and treaty provisions. No part of the
** Material may be used, copied, reproduced, modified, published, uploaded,
** posted, transmitted, distributed, or disclosed in any way without Intel抯
** prior express written permission.
** No license under any patent, copyright, trade secret or other intellectual
** property right is granted to or conferred upon you by disclosure or
** delivery of the Materials, either expressly, by implication, inducement,
** estoppel or otherwise. Any license under such intellectual property rights
** must be express and approved by Intel in writing.
*/

/*++

Module Name:  $Workfile: ISRDefs.c $

Abstract:  
 Contains device priorities for the Bulverde devices used
 in this BSP.
 
--*/

#include "ISRdefs.h"


unsigned long DevPriorities[MaxNumISRs] = 
{0x8000001A,            // M0 - Scheduler - ID 26
 0x8000000C,		    // PMU - ID 12
 0x8000001C,            // M2 - Profiler - ID 28
 0x8000001D,            // M3 - DVM - ID 29
 0x80000009,			// GPIO1 edge detect - Suspend/Resume - ID 9
 0x8000001F,            // RTC Alarm - ID 31
 0x80000001,			// Baseband - ID 1
 0x80000019,			// DMA Controller - ID 25
 0x80000020,			// Trusted Platform Module (Caddo) - ID 32
 0x80000021,			// Camera Capture - ID 33
 0x8000000B,			// UDC - ID 11
 0x80000003,			// USB Host (OHCI) - ID 3
 0x80000002,			// USB Host Non-OHCI - ID 2
 0x80000007,            // M4-M11 - ID 7
 0x80000016,            // FFUART - ID 22
 0x80000014,			// STDUART - ID 20
 0x80000015,			// BTUART - ID 21
 0x8000000E,            // AC97 - UCB1400 - ID 14
 0x8000001B,            // M1 - Touch Timer (Draw) - ID 27
 0x80000008,            // GPIO0 - FPGA - ID 8
 0x80000017,			// MMC - ID 23
 0x80000005,            // Memstick - ID 5
 0x8000000F,			// USIM (Smart Card) - ID 15
 0x00000000, 0x00000000, 0x00000000,
 0x00000000, 0x00000000, 0x00000000,
 0x00000000, 0x00000000, 0x00000000,
 0x8000000A, 			// GPIO2_XX, hzh
 0x80000004,            // Keypad - ID 4
 
};

⌨️ 快捷键说明

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