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

tms_buffer variable

Syntax

static uint8_t tms_buffer[OPENDOUS_TAP_BUFFER_SIZE];

References

LocationReferrerText
opendous.c:541
static uint8_t tms_buffer[OPENDOUS_TAP_BUFFER_SIZE];
opendous.c:574opendous_tap_append_step()
tms_buffer[tap_index] = 0;
opendous.c:576opendous_tap_append_step()
tms_buffer[tap_index] |= (_tdi << bits)|(_tms << (bits + 1));
opendous.c:637opendous_tap_execute()
memmove(usb_out_buffer + 3, tms_buffer + j, transmit);

Data Use

Functions reading tms_buffer
tms_buffer
Type of tms_buffer
tms_buffer
uint8_t
all items filtered out