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

svf_cmd_opts variable

Syntax

static const struct nvp svf_cmd_opts[] = { { .name = "-addcycles", .value = OPT_ADDCYCLES }, { .name = "-ignore_error", .value = OPT_IGNORE_ERROR }, { .name = "-nil", .value = OPT_NIL }, { .name = "-noreset", .value = OPT_NORESET }, { .name = "-progress", .value = OPT_PROGRESS }, { .name = "-quiet", .value = OPT_QUIET }, { .name = "-tap", .value = OPT_TAP }, { .name = "ignore_error", .value = DEPRECATED_OPT_IGNORE_ERROR }, { .name = "nil", .value = DEPRECATED_OPT_NIL }, { .name = "progress", .value = DEPRECATED_OPT_PROGRESS }, { .name = "quiet", .value = DEPRECATED_OPT_QUIET }, { .name = NULL, .value = -1 } };

References

LocationReferrerText
svf.c:365
static const struct nvp svf_cmd_opts[] = {
svf.c:409handle_svf_command()
const struct nvp *n = nvp_name2value(svf_cmd_opts, CMD_ARGV[i]);

Data Use

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