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

libusb_transfer_type enum

Transfer type

Syntax

enum libusb_transfer_type {     LIBUSB_TRANSFER_TYPE_CONTROL = 0U,     LIBUSB_TRANSFER_TYPE_ISOCHRONOUS = 1U,     LIBUSB_TRANSFER_TYPE_BULK = 2U,     LIBUSB_TRANSFER_TYPE_INTERRUPT = 3U,     LIBUSB_TRANSFER_TYPE_BULK_STREAM = 4U };

Values

LIBUSB_TRANSFER_TYPE_CONTROL

Control transfer. Read more...

LIBUSB_TRANSFER_TYPE_ISOCHRONOUS

Isochronous transfer. Read more...

LIBUSB_TRANSFER_TYPE_BULK

Bulk transfer. Read more...

LIBUSB_TRANSFER_TYPE_INTERRUPT

Interrupt transfer. Read more...

LIBUSB_TRANSFER_TYPE_BULK_STREAM

Bulk stream transfer. Read more...

References

LocationText
libusb.h:1232
enum libusb_transfer_type {