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
cpukit
score
cpu
moxie
include
rtems
score
moxie.h
Go to the documentation of this file.
1
5
/*
6
* This file contains information pertaining to the Moxie processor.
7
*
8
* COPYRIGHT (c) 2011, 2013
9
* Anthony Green
10
*
11
* Based on code with the following copyright...
12
* COPYRIGHT (c) 1989-1999, 2010.
13
* On-Line Applications Research Corporation (OAR).
14
*
15
* The license and distribution terms for this file may be
16
* found in the file LICENSE in this distribution or at
17
* http://www.rtems.org/license/LICENSE.
18
*/
19
20
#ifndef _RTEMS_SCORE_MOXIE_H
21
#define _RTEMS_SCORE_MOXIE_H
22
23
#ifdef __cplusplus
24
extern
"C"
{
25
#endif
26
27
/*
28
* This file contains the information required to build
29
* RTEMS for a particular member of the "moxie"
30
* family when executing in protected mode. It does
31
* this by setting variables to indicate which implementation
32
* dependent features are present in a particular member
33
* of the family.
34
*/
35
36
#define CPU_NAME "Moxie"
37
#define CPU_MODEL_NAME "MoxieLite"
38
39
#ifdef __cplusplus
40
}
41
#endif
42
43
#endif
Generated by
1.8.15