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

USB_PAYLOAD_SIZE macro

Syntax

#define USB_PAYLOAD_SIZE (MAX_DATA_BLOCK + 60)

References

LocationText
xds110.c:52
#define USB_PAYLOAD_SIZE (MAX_DATA_BLOCK + 60)
xds110.c:205
unsigned char read_payload[USB_PAYLOAD_SIZE];
xds110.c:207
unsigned char write_payload[USB_PAYLOAD_SIZE];
xds110.c:520
if (USB_PAYLOAD_SIZE >= size && 4 <= size) {
xds110.c:583
if (size > USB_PAYLOAD_SIZE)