#include <pspusbbus.h>
Data Fields | |
| ConfigDescriptor * | confp |
| Pointer to the configuration descriptors. | |
| UsbInterfaces * | infs |
| USB driver interfaces pointer. | |
| InterfaceDescriptor * | infp |
| Pointer to the first interface descriptor. | |
| EndpointDescriptor * | endp |
| Pointer to the first endpoint descriptor (each should be 16byte aligned). | |
struct ConfigDescriptor* UsbConfiguration::confp [read] |
Pointer to the configuration descriptors.
struct UsbInterfaces* UsbConfiguration::infs [read] |
USB driver interfaces pointer.
struct InterfaceDescriptor* UsbConfiguration::infp [read] |
Pointer to the first interface descriptor.
struct EndpointDescriptor* UsbConfiguration::endp [read] |
Pointer to the first endpoint descriptor (each should be 16byte aligned).
1.5.2