OpenOCD
Select one of the symbols to view example projects that use it.
Symbol previews are coming soon...
Outline
#define OPENOCD_XSVF_XSVF_H
#include <helper/command.h>
xsvf_register_commands(struct command_context *);
#define ERROR_XSVF_EOF
#define ERROR_XSVF_FAILED
Files
loading...
SourceVu
Development Tools
OpenOCD
src/xsvf/xsvf.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* SPDX-License-Identifier: GPL-2.0-or-later */
/***************************************************************************
* Copyright (C) 2005 by Dominic Rath *
* Dominic.Rath@gmx.de *
***************************************************************************/
/* ... */
#ifndef
OPENOCD_XSVF_XSVF_H
#define
OPENOCD_XSVF_XSVF_H
#include
<
helper
/
command.h>
int
xsvf_register_commands
(
struct
command_context
*
cmd_ctx
)
;
#define
ERROR_XSVF_EOF
(
-
200
)
#define
ERROR_XSVF_FAILED
(
-
201
)
/* ... */
#endif
/* OPENOCD_XSVF_XSVF_H */
Details
Show:
from
Types:
Columns:
All items filtered out
All items filtered out
Click anywhere in the source to view detailed information here...