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 = "-dap", .value = CFG_DAP }, { .name = "-ap-num", .value = CFG_AP_NUM }, { .name = "-baseaddr", .value = CFG_BASEADDR }, { .name = "-ctibase", .value = CFG_CTIBASE }, { .name = NULL, .value = -1 } };

References

LocationReferrerText
arm_adi_v5.c:2327
static const struct jim_nvp nvp_config_opts[] = {
arm_adi_v5.c:2346adiv5_jim_spot_configure()
int e = jim_nvp_name2value_obj(goi->interp, nvp_config_opts,

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