libusb_request_recipient is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDlibusb_request_recipient

libusb_request_recipient enum

Recipient bits of the libusb_control_setup ::bmRequestType "bmRequestType" field in control transfers. Values 4 through 31 are reserved.

Syntax

enum libusb_request_recipient {     LIBUSB_RECIPIENT_DEVICE = 0x00,     LIBUSB_RECIPIENT_INTERFACE = 0x01,     LIBUSB_RECIPIENT_ENDPOINT = 0x02,     LIBUSB_RECIPIENT_OTHER = 0x03 };

Values

LIBUSB_RECIPIENT_DEVICE

Device. Read more...

LIBUSB_RECIPIENT_INTERFACE

Interface. Read more...

LIBUSB_RECIPIENT_ENDPOINT

Endpoint. Read more...

LIBUSB_RECIPIENT_OTHER

Other. Read more...

References

LocationText
libusb.h:457
enum libusb_request_recipient {