HomeSort by relevance Sort by last modified time
    Searched full:ep_type (Results 1 - 1 of 1) sorted by null

  /external/libusb/libusb/
core.c 769 enum libusb_transfer_type ep_type; local
785 ep_type = ep->bmAttributes & 0x3;
789 if (ep_type == LIBUSB_TRANSFER_TYPE_ISOCHRONOUS
790 || ep_type == LIBUSB_TRANSFER_TYPE_INTERRUPT)
    [all...]

Completed in 72 milliseconds