LibXenon
Bare-metal Xbox 360 homebrew library
Loading...
Searching...
No Matches
Data Fields
usbbus_s Struct Reference

#include <usbd.h>

Collaboration diagram for usbbus_s:
Collaboration graph
[legend]

Data Fields

struct usbbus_sub_next
 
usb_hc_tub_hwsoftc
 
usb_hcdrv_tub_hwdisp
 
usbdev_tub_roothub
 
usbdev_tub_devices [USB_MAX_DEVICES]
 
unsigned int ub_flags
 
int ub_num
 

Detailed Description

Definition at line 92 of file usbd.h.

Field Documentation

◆ ub_devices

usbdev_t* usbbus_s::ub_devices[USB_MAX_DEVICES]

Definition at line 97 of file usbd.h.

◆ ub_flags

unsigned int usbbus_s::ub_flags

Definition at line 98 of file usbd.h.

◆ ub_hwdisp

usb_hcdrv_t* usbbus_s::ub_hwdisp

Definition at line 95 of file usbd.h.

◆ ub_hwsoftc

usb_hc_t* usbbus_s::ub_hwsoftc

Definition at line 94 of file usbd.h.

◆ ub_next

struct usbbus_s* usbbus_s::ub_next

Definition at line 93 of file usbd.h.

◆ ub_num

int usbbus_s::ub_num

Definition at line 99 of file usbd.h.

◆ ub_roothub

usbdev_t* usbbus_s::ub_roothub

Definition at line 96 of file usbd.h.


The documentation for this struct was generated from the following file: