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

libusb_iso_usage_type enum

Usage type for isochronous endpoints. Values for bits 4:5 of the libusb_endpoint_descriptor ::bmAttributes "bmAttributes" field in libusb_endpoint_descriptor.

Syntax

enum libusb_iso_usage_type {     LIBUSB_ISO_USAGE_TYPE_DATA = 0x0,     LIBUSB_ISO_USAGE_TYPE_FEEDBACK = 0x1,     LIBUSB_ISO_USAGE_TYPE_IMPLICIT = 0x2 };

Values

LIBUSB_ISO_USAGE_TYPE_DATA

Data endpoint. Read more...

LIBUSB_ISO_USAGE_TYPE_FEEDBACK

Feedback endpoint. Read more...

LIBUSB_ISO_USAGE_TYPE_IMPLICIT

Implicit feedback Data endpoint. Read more...

References

LocationText
libusb.h:499
enum libusb_iso_usage_type {