Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
iusb_Ctxt Struct Reference

#include <__usb.h>

+ Collaboration diagram for iusb_Ctxt:

Public Member Functions

union { 
 
   char   path [ROUNDUP(64)] 
 
   char   des [ROUNDUP(sizeof(USB_DevDescr))] 
 
   char   reqBuf [ROUNDUP(sizeof(IntBlkCtrlReq))] 
 
__attribute__ ((aligned(32))) 
 

Public Attributes

USBCallbackFunc cb
 
USBIsoCallbackFunc icb
 
void * cbArg
 
void * xfer
 
void * spare
 
void * clean [8]
 
u32 nclean
 

Member Function Documentation

◆ __attribute__()

union iusb_Ctxt::@78 iusb_Ctxt::__attribute__ ( (aligned(32)) )

Member Data Documentation

◆ cb

USBCallbackFunc iusb_Ctxt::cb

◆ cbArg

void* iusb_Ctxt::cbArg

◆ clean

void* iusb_Ctxt::clean[8]

◆ des

char iusb_Ctxt::des[ROUNDUP(sizeof(USB_DevDescr))]

◆ icb

USBIsoCallbackFunc iusb_Ctxt::icb

◆ nclean

u32 iusb_Ctxt::nclean

◆ path

char iusb_Ctxt::path[ROUNDUP(64)]

◆ reqBuf

char iusb_Ctxt::reqBuf[ROUNDUP(sizeof(IntBlkCtrlReq))]

◆ spare

void* iusb_Ctxt::spare

◆ xfer

void* iusb_Ctxt::xfer

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