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

nvp_config_opts variable

Syntax

static struct nvp nvp_config_opts[] = { { .name = "-event", .value = JCFG_EVENT }, { .name = "-idcode", .value = JCFG_IDCODE }, { .name = NULL, .value = -1 } };

References

LocationReferrerText
tcl.c:265
static struct nvp nvp_config_opts[] = {
tcl.c:318handle_jtag_configure()
const struct nvp *n = nvp_name2value(nvp_config_opts, CMD_ARGV[i]);
tcl.c:358handle_jtag_configure()
nvp_unknown_command_print(CMD, nvp_config_opts, NULL, CMD_ARGV[i]);

Data Use

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