usb_read() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

usb_read() function

Syntax

static bool usb_read(unsigned char *buffer,     int size,     int *bytes_read,     int timeout);

Arguments

buffer

size

bytes_read

timeout

References

LocationReferrerText
xds110.c:454
static bool usb_read(unsigned char *buffer, int size, int *bytes_read,
xds110.c:509usb_get_response()
success = usb_read(buffer, sizeof(buffer), &bytes_read, timeout);
xds110.c:558usb_get_response()
success = usb_read(buffer, sizeof(buffer), &bytes_read, timeout);

Call Tree

Functions calling usb_read()
Functions called by usb_read()
all items filtered out
usb_read()
all items filtered out
Data read by usb_read()
Data written by usb_read()
usb_read()
usb_read()::result
all items filtered out