PSPSDK 2024-10-31
|
USB driver configuration. More...
#include <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.
struct ConfigDescriptor* UsbConfiguration::confp |
Pointer to the configuration descriptors.
struct EndpointDescriptor* UsbConfiguration::endp |
Pointer to the first endpoint descriptor (each should be 16byte aligned)
struct InterfaceDescriptor* UsbConfiguration::infp |
Pointer to the first interface descriptor.
struct UsbInterfaces* UsbConfiguration::infs |
USB driver interfaces pointer.