HomeSort by relevance Sort by last modified time
    Searched refs:LIBUSB_REQ_IN (Results 1 - 2 of 2) sorted by null

  /external/libusb/libusb/os/
windows_winusb.h 154 #define LIBUSB_REQ_IN(request_type) ((request_type) & LIBUSB_ENDPOINT_IN)
155 #define LIBUSB_REQ_OUT(request_type) (!LIBUSB_REQ_IN(request_type))
windows_winusb.c     [all...]

Completed in 2595 milliseconds