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

jtag_newtap_opts variable

Syntax

static const struct nvp jtag_newtap_opts[] = { { .name = "-irlen", .value = NTAP_OPT_IRLEN }, { .name = "-irmask", .value = NTAP_OPT_IRMASK }, { .name = "-ircapture", .value = NTAP_OPT_IRCAPTURE }, { .name = "-enable", .value = NTAP_OPT_ENABLED }, { .name = "-disable", .value = NTAP_OPT_DISABLED }, { .name = "-expected-id", .value = NTAP_OPT_EXPECTED_ID }, { .name = "-ignore-version", .value = NTAP_OPT_VERSION }, { .name = "-ignore-bypass", .value = NTAP_OPT_BYPASS }, { .name = "-ir-bypass", .value = NTAP_OPT_IRBYPASS }, { .name = NULL, .value = -1 }, };

References

LocationReferrerText
tcl.c:375
static const struct nvp jtag_newtap_opts[] = {
tcl.c:416handle_jtag_newtap_args()
const struct nvp *n = nvp_name2value(jtag_newtap_opts, CMD_ARGV[0]);
tcl.c:498handle_jtag_newtap_args()
nvp_unknown_command_print(CMD, jtag_newtap_opts, NULL, CMD_ARGV[-1]);

Data Use

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