LibXenon
Bare-metal Xbox 360 homebrew library
|
#include <usbchap9.h>
Data Fields | |
uint8_t | bLength |
uint8_t | bDescriptorType |
uint8_t | bEndpointAddress |
uint8_t | bmAttributes |
uint8_t | wMaxPacketSizeLow |
uint8_t | wMaxPacketSizeHigh |
uint8_t | bInterval |
Definition at line 193 of file usbchap9.h.
uint8_t usb_endpoint_descr_s::bDescriptorType |
Definition at line 195 of file usbchap9.h.
uint8_t usb_endpoint_descr_s::bEndpointAddress |
Definition at line 196 of file usbchap9.h.
uint8_t usb_endpoint_descr_s::bInterval |
Definition at line 199 of file usbchap9.h.
uint8_t usb_endpoint_descr_s::bLength |
Definition at line 194 of file usbchap9.h.
uint8_t usb_endpoint_descr_s::bmAttributes |
Definition at line 197 of file usbchap9.h.
uint8_t usb_endpoint_descr_s::wMaxPacketSizeHigh |
Definition at line 198 of file usbchap9.h.
uint8_t usb_endpoint_descr_s::wMaxPacketSizeLow |
Definition at line 198 of file usbchap9.h.