Searched defs:libusb_endpoint_descriptor (Results 1 – 4 of 4) sorted by relevance
56 typedef struct libusb_endpoint_descriptor libusb_endpoint_descriptor; typedef
93 pub struct libusb_endpoint_descriptor { struct94 pub bLength: u8,95 pub bDescriptorType: u8,96 pub bEndpointAddress: u8,97 pub bmAttributes: u8,98 pub wMaxPacketSize: u16,99 pub bInterval: u8,100 pub bRefresh: u8,101 pub bSynchAddress: u8,102 pub extra: *const c_uchar,[all …]
632 struct libusb_endpoint_descriptor { struct634 uint8_t bLength;639 uint8_t bDescriptorType;644 uint8_t bEndpointAddress;652 uint8_t bmAttributes;655 uint16_t wMaxPacketSize;658 uint8_t bInterval;662 uint8_t bRefresh;665 uint8_t bSynchAddress;669 const unsigned char *extra;[all …]