RTEMS
5.0.0
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
Data Structure Index
+
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
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
no_cpu
no_bsp
include
bsp.h
Go to the documentation of this file.
1
9
/* bsp.h
10
*
11
* This include file contains all board IO definitions.
12
*
13
* XXX : put yours in here
14
*/
15
16
/*
17
* COPYRIGHT (c) 1989-1999.
18
* On-Line Applications Research Corporation (OAR).
19
*
20
* The license and distribution terms for this file may be
21
* found in the file LICENSE in this distribution or at
22
* http://www.rtems.org/license/LICENSE.
23
*/
24
25
#ifndef LIBBSP_NO_CPU_NO_BSP_BSP_H
26
#define LIBBSP_NO_CPU_NO_BSP_BSP_H
27
34
#include <bspopts.h>
35
#include <
bsp/default-initial-extension.h
>
36
37
#include <
rtems.h
>
38
39
#ifdef __cplusplus
40
extern
"C"
{
41
#endif
42
43
/* functions */
44
45
rtems_isr_entry
set_vector
(
/* returns old vector */
46
rtems_isr_entry handler,
/* isr routine */
47
rtems_vector_number
vector,
/* vector number */
48
int
type
/* RTEMS or RAW intr */
49
);
50
51
#ifdef __cplusplus
52
}
53
#endif
54
57
#endif
set_vector
rtems_isr_entry set_vector(rtems_isr_entry handler, rtems_vector_number vector, int type)
Install an interrupt handler.
Definition:
setvec.c:28
default-initial-extension.h
DEFAULT_INITIAL_EXTENSION Support.
rtems_vector_number
ISR_Vector_number rtems_vector_number
Control block type used to manage the vectors.
Definition:
intr.h:47
rtems.h
Generated by
1.8.13