PSPSDK 2024-10-31
Loading...
Searching...
No Matches
UsbConfiguration Struct Reference

USB driver configuration. More...

#include <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

◆ confp

struct ConfigDescriptor* UsbConfiguration::confp

Pointer to the configuration descriptors.

◆ endp

struct EndpointDescriptor* UsbConfiguration::endp

Pointer to the first endpoint descriptor (each should be 16byte aligned)

◆ infp

struct InterfaceDescriptor* UsbConfiguration::infp

Pointer to the first interface descriptor.

◆ infs

struct UsbInterfaces* UsbConfiguration::infs

USB driver interfaces pointer.


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