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
include
rtems
dumpbuf.h
Go to the documentation of this file.
1
10
/*
11
* COPYRIGHT (c) 1997-2011.
12
* On-Line Applications Research Corporation (OAR).
13
*
14
* The license and distribution terms for this file may in
15
* the file LICENSE in this distribution or at
16
* http://www.rtems.org/license/LICENSE.
17
*/
18
19
#ifndef __DUMP_BUFFER_h
20
#define __DUMP_BUFFER_h
21
28
#ifdef __cplusplus
29
extern
"C"
{
30
#endif
31
42
void
rtems_print_buffer
(
43
const
unsigned
char
*buffer,
44
int
length
45
);
46
47
#ifdef __cplusplus
48
}
49
#endif
50
51
#endif
52
/* end of include file */
rtems_print_buffer
void rtems_print_buffer(const unsigned char *buffer, int length)
Print memory buffer.
Definition:
dumpbuf.c:51
Generated by
1.8.15