libnx
v4.7.0
|
Imported from libusb, with some adjustments. More...
#include <usb.h>
Data Fields | |
uint8_t | bLength |
uint8_t | bDescriptorType |
Must match USB_DT_ENDPOINT. | |
uint8_t | bEndpointAddress |
Should be one of the usb_endpoint_direction values, the endpoint-number is automatically allocated. | |
uint8_t | bmAttributes |
uint16_t | wMaxPacketSize |
uint8_t | bInterval |
Imported from libusb, with some adjustments.