LibXenon
Bare-metal Xbox 360 homebrew library
|
#include <usbchap9.h>
Data Fields | |
uint8_t | bmRequestType |
uint8_t | bRequest |
uint8_t | wValueLow |
uint8_t | wValueHigh |
uint8_t | wIndexLow |
uint8_t | wIndexHigh |
uint8_t | wLengthLow |
uint8_t | wLengthHigh |
Definition at line 351 of file usbchap9.h.
uint8_t usb_device_request_s::bmRequestType |
Definition at line 352 of file usbchap9.h.
uint8_t usb_device_request_s::bRequest |
Definition at line 353 of file usbchap9.h.
uint8_t usb_device_request_s::wIndexHigh |
Definition at line 355 of file usbchap9.h.
uint8_t usb_device_request_s::wIndexLow |
Definition at line 355 of file usbchap9.h.
uint8_t usb_device_request_s::wLengthHigh |
Definition at line 356 of file usbchap9.h.
uint8_t usb_device_request_s::wLengthLow |
Definition at line 356 of file usbchap9.h.
uint8_t usb_device_request_s::wValueHigh |
Definition at line 354 of file usbchap9.h.
uint8_t usb_device_request_s::wValueLow |
Definition at line 354 of file usbchap9.h.