USB driver configuration. More...
#include <src/usb/pspusbbus.h>

Data Fields | |
| struct ConfigDescriptor * | confp |
| Pointer to the configuration descriptors. | |
| struct UsbInterfaces * | infs |
| USB driver interfaces pointer. | |
| struct InterfaceDescriptor * | infp |
| Pointer to the first interface descriptor. | |
| struct EndpointDescriptor * | endp |
| Pointer to the first endpoint descriptor (each should be 16byte aligned). | |
USB driver configuration.
Pointer to the configuration descriptors.
Pointer to the first endpoint descriptor (each should be 16byte aligned).
Pointer to the first interface descriptor.
| struct UsbInterfaces* UsbConfiguration::infs |
USB driver interfaces pointer.
1.7.1