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

nvp_config_opts variable

Syntax

static const struct jim_nvp nvp_config_opts[] = { { .name = "-chain-position", .value = CFG_CHAIN_POSITION }, { .name = "-ignore-syspwrupack", .value = CFG_IGNORE_SYSPWRUPACK }, { .name = "-dp-id", .value = CFG_DP_ID }, { .name = "-instance-id", .value = CFG_INSTANCE_ID }, { .name = "-adiv6", .value = CFG_ADIV6 }, { .name = "-adiv5", .value = CFG_ADIV5 }, { .name = NULL, .value = -1 } };

References

LocationReferrerText
arm_dap.c:190
static const struct jim_nvp nvp_config_opts[] = {
arm_dap.c:209dap_configure()
e = jim_getopt_nvp(goi, nvp_config_opts, &n);
arm_dap.c:211dap_configure()
jim_getopt_nvp_unknown(goi, nvp_config_opts, 0);

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