OpenOCD
xsvf.h File Reference
Include dependency graph for xsvf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ERROR_XSVF_EOF   (-200)
 
#define ERROR_XSVF_FAILED   (-201)
 

Functions

int xsvf_register_commands (struct command_context *cmd_ctx)
 

Macro Definition Documentation

◆ ERROR_XSVF_EOF

#define ERROR_XSVF_EOF   (-200)

Definition at line 15 of file xsvf.h.

◆ ERROR_XSVF_FAILED

#define ERROR_XSVF_FAILED   (-201)

Definition at line 16 of file xsvf.h.

Function Documentation

◆ xsvf_register_commands()

int xsvf_register_commands ( struct command_context cmd_ctx)

Definition at line 1042 of file xsvf.c.

References NULL, register_commands(), and xsvf_command_handlers.

Referenced by jtag_select().