OpenOCD
Main Page
Related Pages
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
Functions
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
Enumerator
Files
File List
Globals
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
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
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
z
Typedefs
a
c
e
j
l
n
o
r
s
t
u
v
w
x
Enumerations
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
xsvf.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3
/***************************************************************************
4
* Copyright (C) 2005 by Dominic Rath *
5
* Dominic.Rath@gmx.de *
6
***************************************************************************/
7
8
#ifndef OPENOCD_XSVF_XSVF_H
9
#define OPENOCD_XSVF_XSVF_H
10
11
#include <
helper/command.h
>
12
13
int
xsvf_register_commands
(
struct
command_context
*cmd_ctx);
14
15
#define ERROR_XSVF_EOF (-200)
16
#define ERROR_XSVF_FAILED (-201)
17
18
#endif
/* OPENOCD_XSVF_XSVF_H */
command.h
command_context
Definition:
command.h:52
xsvf_register_commands
int xsvf_register_commands(struct command_context *cmd_ctx)
Definition:
xsvf.c:1042
src
xsvf
xsvf.h
Generated by
1.9.1