Select one of the symbols to view example projects that use it.
 
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...
SourceVuDevelopment ToolsOpenOCDsrc/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:
Click anywhere in the source to view detailed information here...