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

NUM_REGS macro

Syntax

#define NUM_REGS 26

References

LocationText
mem_ap.c:199
#define NUM_REGS 26
mem_ap.c:206
struct reg *reg_list[NUM_REGS];
mem_ap.c:207
struct reg regs[NUM_REGS];
mem_ap.c:221
mem_ap.c:224
for (int i = 0; i < NUM_REGS; i++) {