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

DEBUG_JTAG_IOZ macro

Syntax

#define DEBUG_JTAG_IOZ 64

References

LocationText
jtag.h:20
#define DEBUG_JTAG_IOZ 64
commands.c:207
(cmd->fields[i].num_bits > DEBUG_JTAG_IOZ)
commands.c:208
? DEBUG_JTAG_IOZ
commands.c:249
(num_bits > DEBUG_JTAG_IOZ)
commands.c:250
? DEBUG_JTAG_IOZ
core.c:890
int bits = (num_bits > DEBUG_JTAG_IOZ) ? DEBUG_JTAG_IOZ : num_bits;