* arch/arm/include/dm320/irq.h
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The
* ASF licenses this file to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance with the
* License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations
* under the License.
*
****************************************************************************/
* only indirectly through nuttx/irq.h
*/
#ifndef __ARCH_ARM_INCLUDE_DM320_IRQ_H
#define __ARCH_ARM_INCLUDE_DM320_IRQ_H
* Included Files
****************************************************************************/
* Pre-processor Prototypes
****************************************************************************/
#define DM320_IRQ_TMR0 0
#define DM320_IRQ_TMR1 1
#define DM320_IRQ_TMR2 2
#define DM320_IRQ_TMR3 3
#define DM320_IRQ_CCDVD0 4
#define DM320_IRQ_CCDVD1 5
#define DM320_IRQ_CCDWEN 6
#define DM320_IRQ_VENC 7
#define DM320_IRQ_SP0 8
#define DM320_IRQ_SP1 9
#define DM320_IRQ_EXTHOST 10
#define DM320_IRQ_IMGBUF 11
#define DM320_IRQ_UART0 12
#define DM320_IRQ_UART1 13
#define DM320_IRQ_USB0 14
#define DM320_IRQ_USB1 15
#define DM320_IRQ_VLYNQ 16
#define DM320_IRQ_MTC0 17
#define DM320_IRQ_MTC1 18
#define DM320_IRQ_MMCSD0 19
#define DM320_IRQ_MMCSD1 20
#define DM320_IRQ_EXT0 21
#define DM320_IRQ_EXT1 22
#define DM320_IRQ_EXT2 23
#define DM320_IRQ_EXT3 24
#define DM320_IRQ_EXT4 25
#define DM320_IRQ_EXT5 26
#define DM320_IRQ_EXT6 27
#define DM320_IRQ_EXT7 28
#define DM320_IRQ_EXT8 29
#define DM320_IRQ_EXT9 30
#define DM320_IRQ_EXT10 31
#define DM320_IRQ_EXT11 32
#define DM320_IRQ_EXT12 33
#define DM320_IRQ_EXT13 34
#define DM320_IRQ_EXT14 35
#define DM320_IRQ_EXT15 36
#define DM320_IRQ_PREV0 37
#define DM320_IRQ_PREV1 38
#define DM320_IRQ_WDT 39
#define DM320_IRQ_I2C 40
#define DM320_IRQ_CLKC 41
#define DM320_IRQ_E2ICE 42
#define DM320_IRQ_ARMCOMRX 43
#define DM320_IRQ_ARMCOMTX 44
#define DM320_IRQ_RSV 45
#define DM320_IRQ_SYSTIMER DM320_IRQ_TMR0
#define NR_IRQS (DM320_IRQ_RSV+1)
* Public Types
****************************************************************************/
* Inline functions
****************************************************************************/
* Public Data
****************************************************************************/
* Public Function Prototypes
****************************************************************************/
#ifndef __ASSEMBLY__
#ifdef __cplusplus
#define EXTERN extern "C"
extern "C"
{
#else
#define EXTERN extern
#endif
#undef EXTERN
#ifdef __cplusplus
}
#endif
#endif
#endif