OPENDOUS_TAP_BUFFER_SIZE is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDOPENDOUS_TAP_BUFFER_SIZE

OPENDOUS_TAP_BUFFER_SIZE macro

Syntax

#define OPENDOUS_TAP_BUFFER_SIZE 65536

References

LocationText
opendous.c:69
#define OPENDOUS_TAP_BUFFER_SIZE 65536
opendous.c:541
static uint8_t tms_buffer[OPENDOUS_TAP_BUFFER_SIZE];
opendous.c:542
static uint8_t tdo_buffer[OPENDOUS_TAP_BUFFER_SIZE];
opendous.c:555
int available_bits = OPENDOUS_TAP_BUFFER_SIZE / 2 - tap_length;
opendous.c:572
if (tap_length < OPENDOUS_TAP_BUFFER_SIZE) {