RTEMS CPU Kit with SuperCore
4.11.2
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
+
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
+
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
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
i
j
l
m
n
o
p
q
r
s
t
u
v
w
+
Variables
_
b
c
d
i
r
+
Typedefs
a
b
c
d
f
h
i
m
o
p
q
r
s
t
u
w
x
+
Enumerations
b
c
d
e
h
i
m
o
p
r
s
t
w
+
Enumerator
c
i
m
p
r
s
t
w
+
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
w
mnt
data0
chrisj
rtems
releases
rtems-release.git
4.11.2
ws-rtems
rtems-4.11.2
cpukit
score
include
rtems
score
priority.h
Go to the documentation of this file.
1
11
/*
12
* COPYRIGHT (c) 1989-2011.
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_PRIORITY_H
21
#define _RTEMS_SCORE_PRIORITY_H
22
41
/*
42
* Processor specific information.
43
*/
44
#include <rtems/score/cpu.h>
45
46
#ifdef __cplusplus
47
extern
"C"
{
48
#endif
49
56
typedef
uint32_t
Priority_Control
;
57
59
#define PRIORITY_MINIMUM 0
60
66
#define PRIORITY_PSEUDO_ISR PRIORITY_MINIMUM
67
69
#if defined (CPU_PRIORITY_MAXIMUM)
70
#define PRIORITY_DEFAULT_MAXIMUM CPU_PRIORITY_MAXIMUM
71
#else
72
#define PRIORITY_DEFAULT_MAXIMUM 255
73
#endif
74
76
#define PRIORITY_MAXIMUM rtems_maximum_priority
77
81
extern
uint8_t
rtems_maximum_priority
;
82
83
#ifdef __cplusplus
84
}
85
#endif
86
89
#endif
90
/* end of include file */
rtems_maximum_priority
uint8_t rtems_maximum_priority
This variable contains the configured number of priorities.
Priority_Control
uint32_t Priority_Control
The following type defines the control block used to manage thread priorities.
Definition:
priority.h:56
Generated by
1.8.13