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

Padded data structure, padding is required otherwise the USB hardware crashes. More...

#include <usb/pspusbbus.h>

Collaboration diagram for UsbData:

Data Structures

struct  ConfDesc
 
struct  Config
 
struct  Endp
 
struct  InterDesc
 
struct  Interfaces
 

Data Fields

unsigned char devdesc [20]
 
struct UsbData::Config config
 
struct UsbData::ConfDesc confdesc
 
unsigned char pad1 [8]
 
struct UsbData::Interfaces interfaces
 
struct UsbData::InterDesc interdesc
 
struct UsbData::Endp endp [4]
 

Detailed Description

Padded data structure, padding is required otherwise the USB hardware crashes.

Field Documentation

◆ confdesc

struct UsbData::ConfDesc UsbData::confdesc

◆ config

struct UsbData::Config UsbData::config

◆ devdesc

unsigned char UsbData::devdesc[20]

◆ endp

struct UsbData::Endp UsbData::endp[4]

◆ interdesc

struct UsbData::InterDesc UsbData::interdesc

◆ interfaces

struct UsbData::Interfaces UsbData::interfaces

◆ pad1

unsigned char UsbData::pad1[8]

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