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

dcr_features variable

Syntax

static const struct dcr_feature { int bit; const char *name; } dcr_features[] = { {22, "DAS"}, {18, "FDC"}, {17, "DataBrk"}, {16, "InstBrk"}, {15, "Inverted Data value"}, {14, "Data value stored"}, {10, "Complex Breakpoints"}, { 9, "PC Sampling"}, };

References

LocationReferrerText
mips_ejtag.h:192
} dcr_features[] = {
mips32.c:2295mips32_handle_ejtag_reg_command()
for (unsigned int i = 0; i < EJTAG_DCR_ENTRIES; i++) {
mips32.c:2296mips32_handle_ejtag_reg_command()
if (dcr & BIT(dcr_features[i].bit))
mips32.c:2297mips32_handle_ejtag_reg_command()
command_print(CMD, "%s supported", dcr_features[i].name);

Data Use

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