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

📄 mxarm11_irq.h

📁 freescale i.mx31 BSP CE5.0全部源码
💻 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.
//
//------------------------------------------------------------------------------
//
//  Copyright (C) 2004, Freescale Semiconductor, Inc. All Rights Reserved
//  THIS SOURCE CODE IS CONFIDENTIAL AND PROPRIETARY AND MAY NOT
//  BE USED OR DISTRIBUTED WITHOUT THE WRITTEN PERMISSION OF
//  Freescale Semiconductor, Inc.
//
//------------------------------------------------------------------------------
//
//  File:  mxarm11_irq.h
//
//  This file defines names for IRQ. These names have no other role than make
//  code more readable. For SoC where device - IRQ mapping is defined by
//  silicon and it can't be changed by software.
//
//  This header contains common IRQ definitions for SoC designs based on the
//  Freescale ARM11 chassis.
//------------------------------------------------------------------------------
#ifndef __MXARM11_IRQ_H
#define __MXARM11_IRQ_H

//------------------------------------------------------------------------------
// ARM11 CHASSIS IRQ DEFINITIONS
//------------------------------------------------------------------------------
#define IRQ_SDHC2               8
#define IRQ_SDHC1               9
#define IRQ_I2C                 10
#define IRQ_SSI2                11
#define IRQ_SSI1                12
#define IRQ_CSPI2               13
#define IRQ_CSPI1               14
#define IRQ_SIM_COMMON          20
#define IRQ_SIM_DATA            21
#define IRQ_RNGA                22
#define IRQ_KPP                 24
#define IRQ_RTC                 25
#define IRQ_PWM                 26
#define IRQ_EPIT2               27
#define IRQ_EPIT1               28
#define IRQ_GPT                 29
#define IRQ_NANDFC              33
#define IRQ_SDMA                34
#define IRQ_NONE                64


//------------------------------------------------------------------------------

#endif // __MXARM11_IRQ_H

⌨️ 快捷键说明

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