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

usb_in_buffer variable

Syntax

static uint8_t *usb_in_buffer;

References

LocationReferrerText
opendous.c:59
static uint8_t *usb_in_buffer;
opendous.c:342opendous_init()
usb_in_buffer = malloc(opendous_probe->BUFFERSIZE);
opendous.c:381opendous_quit()
free(usb_in_buffer);
opendous.c:382opendous_quit()
usb_in_buffer = NULL;
opendous.c:644opendous_tap_execute()
memmove(tdo_buffer + i, usb_in_buffer, receive);
opendous.c:787opendous_usb_read()
(char *)usb_in_buffer, OPENDOUS_IN_BUFFER_SIZE, OPENDOUS_USB_TIMEOUT, &result);

Data Use

Functions writing usb_in_buffer
Functions reading usb_in_buffer
all items filtered out
usb_in_buffer
Type of usb_in_buffer
usb_in_buffer
uint8_t
all items filtered out