📄 bulverde_intr.h
字号:
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
// If you did not accept the terms of the EULA, you are not authorized to use
// this source code. For a copy of the EULA, please see the LICENSE.RTF on your
// install media.
//
//------------------------------------------------------------------------------
//
// Header: bulverde_intr.h
//
// Defines the interrupt controller register layout and associated interrupt
// sources and bit masks.
//
#ifndef __BULVERDE_INTR_H
#define __BULVERDE_INTR_H
#if __cplusplus
extern "C" {
#endif
//-----------------------------------------------------
//
// Define: IRQ_XXX
//
// Interrupt sources numbers
//
#define IRQ_RTCALARM 31
#define IRQ_RTC_TIC 30
#define IRQ_OSMR3 29
#define IRQ_OSMR2 28
#define IRQ_OSMR1 27
#define IRQ_OSMR0 26
#define IRQ_DMAC 25
#define IRQ_SSP 24
#define IRQ_MMC 23
#define IRQ_FFUART 22
#define IRQ_BTUART 21
#define IRQ_STUART 20
#define IRQ_ICP 19
#define IRQ_I2C 18
#define IRQ_LCD 17
#define IRQ_SSP2 16
#define IRQ_USIM 15
#define IRQ_AC97 14
#define IRQ_I2S 13
#define IRQ_PMU 12
#define IRQ_USBFN 11
#define IRQ_GPIOXX_2 10
#define IRQ_GPIO1 9
#define IRQ_GPIO0 8
#define IRQ_OSMRXX_4 7
#define IRQ_PWRI2C 6
#define IRQ_MEMSTICK 5
#define IRQ_KEYPAD 4
#define IRQ_USBOHCI 3
#define IRQ_USBNONOHCI 2
#define IRQ_BASEBAND 1
#define IRQ_SSP3 0
#define IRQ_BULVERDE_MAX IRQ_RTCALARM
//------------------------------------------------------------------------------
//
// Type: BULVERDE_INTR_REG
//
// Interrupt control registers.
//
#include <xllp_intc.h>
typedef XLLP_INTC_T BULVERDE_INTR_REG;
typedef XLLP_INTC_T *PBULVERDE_INTR_REG;
#if __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -