pspsdk-1.0+beta2
UsbConfiguration Struct Reference

USB driver configuration. More...

#include <src/usb/pspusbbus.h>

Collaboration diagram for UsbConfiguration:

Data Fields

struct ConfigDescriptorconfp
 Pointer to the configuration descriptors.
struct UsbInterfacesinfs
 USB driver interfaces pointer.
struct InterfaceDescriptorinfp
 Pointer to the first interface descriptor.
struct EndpointDescriptorendp
 Pointer to the first endpoint descriptor (each should be 16byte aligned)

Detailed Description

USB driver configuration.

Field Documentation

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.


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