xsvf_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

xsvf_command_handlers variable

Syntax

static const struct command_registration xsvf_command_handlers[] = { { .name = "xsvf", .handler = handle_xsvf_command, .mode = COMMAND_EXEC, .help = "Runs a XSVF file. If 'virt2' is given, xruntest " "counts are interpreted as TCK cycles rather than " "as microseconds. Without the 'quiet' option, all " "comments, retries, and mismatches will be reported.", .usage = "(tapname|'plain') filename ['virt2'] ['quiet']", }, COMMAND_REGISTRATION_DONE };

References

LocationReferrerText
xsvf.c:1028
static const struct command_registration xsvf_command_handlers[] = {
xsvf.c:1044xsvf_register_commands()
return register_commands(cmd_ctx, NULL, xsvf_command_handlers);

Data Use

Functions reading xsvf_command_handlers
xsvf_command_handlers
all items filtered out
Type of xsvf_command_handlers
xsvf_command_handlers
all items filtered out