RTEMS
5.1
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Variables
_
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
v
w
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
o
p
q
r
s
t
u
v
w
x
+
Enumerations
a
b
c
e
h
i
l
m
o
p
q
r
s
t
w
+
Enumerator
a
c
d
h
i
l
m
p
r
s
t
w
+
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
bsps
arm
altera-cyclone-v
include
bsp
irq.h
Go to the documentation of this file.
1
7
/*
8
* Copyright (c) 2013 embedded brains GmbH. All rights reserved.
9
*
10
* embedded brains GmbH
11
* Dornierstr. 4
12
* 82178 Puchheim
13
* Germany
14
* <info@embedded-brains.de>
15
*
16
* The license and distribution terms for this file may be
17
* found in the file LICENSE in this distribution or at
18
* http://www.rtems.org/license/LICENSE.
19
*/
20
21
#ifndef LIBBSP_ARM_ALTERA_CYCLONE_V_IRQ_H
22
#define LIBBSP_ARM_ALTERA_CYCLONE_V_IRQ_H
23
24
#ifndef ASM
25
26
#include <
rtems/irq.h
>
27
#include <
rtems/irq-extension.h
>
28
29
#include <
bsp/arm-a9mpcore-irq.h
>
30
#include <
bsp/arm-gic-irq.h
>
31
#include <
bsp/alt_interrupt_common.h
>
32
33
#ifdef __cplusplus
34
extern
"C"
{
35
#endif
/* __cplusplus */
36
49
/* Use interrupt IDs as defined in alt_interrupt_common.h */
50
#define BSP_INTERRUPT_VECTOR_MIN ALT_INT_INTERRUPT_SGI0
51
#define BSP_INTERRUPT_VECTOR_MAX ALT_INT_INTERRUPT_RAM_ECC_UNCORRECTED_IRQ
52
55
#ifdef __cplusplus
56
}
57
#endif
/* __cplusplus */
58
59
#endif
/* ASM */
60
61
#endif
/* LIBBSP_ARM_ALTERA_CYCLONE_V_IRQ_H */
arm-a9mpcore-irq.h
ARM_A9MPCORE_IRQ Support.
alt_interrupt_common.h
arm-gic-irq.h
ARM GIC IRQ.
irq-extension.h
Header file for the Interrupt Manager Extension.
irq.h
Generated by
1.8.15