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
v850
gdbv850sim
include
bsp.h
Go to the documentation of this file.
1
8
/*
9
* This include file contains some definitions specific to the
10
* GDB simulator in gdb.
11
*/
12
13
/*
14
* COPYRIGHT (c) 1989-2012.
15
* On-Line Applications Research Corporation (OAR).
16
*
17
* The license and distribution terms for this file may be
18
* found in the file LICENSE in this distribution or at
19
* http://www.rtems.org/license/LICENSE.
20
*/
21
22
#ifndef LIBBSP_V850_GDBV850SIM_BSP_H
23
#define LIBBSP_V850_GDBV850SIM_BSP_H
24
35
#include <bspopts.h>
36
#include <
bsp/default-initial-extension.h
>
37
38
#include <
rtems.h
>
39
40
#ifdef __cplusplus
41
extern
"C"
{
42
#endif
43
44
/* support for simulated clock tick */
45
void
*
clock_driver_sim_idle_body
(uintptr_t);
46
#define BSP_IDLE_TASK_BODY clock_driver_sim_idle_body
47
48
#ifdef __cplusplus
49
}
50
#endif
51
54
#endif
default-initial-extension.h
DEFAULT_INITIAL_EXTENSION Support.
rtems.h
clock_driver_sim_idle_body
void * clock_driver_sim_idle_body(uintptr_t)
Support for simulated clock tick.
Definition:
clock-simidle.c:35
Generated by
1.8.13