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

nvp_config_opts variable

Syntax

static struct jim_nvp nvp_config_opts[] = { { .name = "-type", .value = TCFG_TYPE }, { .name = "-event", .value = TCFG_EVENT }, { .name = "-work-area-virt", .value = TCFG_WORK_AREA_VIRT }, { .name = "-work-area-phys", .value = TCFG_WORK_AREA_PHYS }, { .name = "-work-area-size", .value = TCFG_WORK_AREA_SIZE }, { .name = "-work-area-backup", .value = TCFG_WORK_AREA_BACKUP }, { .name = "-endian", .value = TCFG_ENDIAN }, { .name = "-coreid", .value = TCFG_COREID }, { .name = "-chain-position", .value = TCFG_CHAIN_POSITION }, { .name = "-dbgbase", .value = TCFG_DBGBASE }, { .name = "-rtos", .value = TCFG_RTOS }, { .name = "-defer-examine", .value = TCFG_DEFER_EXAMINE }, { .name = "-gdb-port", .value = TCFG_GDB_PORT }, { .name = "-gdb-max-connections", .value = TCFG_GDB_MAX_CONNECTIONS }, { .name = NULL, .value = -1 } };

References

LocationReferrerText
target.c:4998
static struct jim_nvp nvp_config_opts[] = {
target.c:5042target_configure()
e = jim_getopt_nvp(goi, nvp_config_opts, &n);
target.c:5044target_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