|
PS2SDK
PS2 Homebrew Libraries
|
Include dependency graph for ps2_sbus.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | st_SBUS_IrqHandler |
| struct | st_SIF2_CmdPkt |
| struct | st_SIF2_CmdHandler |
Typedefs | |
| typedef void(* | SBUS_IrqHandlerFunc) (int irq, void *param) |
| typedef struct st_SBUS_IrqHandler | SBUS_IrqHandler |
| typedef struct st_SIF2_CmdPkt | SIF2_CmdPkt |
| typedef void(* | SIF2_CmdHandlerFunc) (SIF2_CmdPkt *pkt, void *param) |
| typedef struct st_SIF2_CmdHandler | SIF2_CmdHandler |
SBUS definitions.
Definition in file ps2_sbus.h.
| struct st_SBUS_IrqHandler |
Definition at line 21 of file ps2_sbus.h.
| Data Fields | ||
|---|---|---|
| SBUS_IrqHandlerFunc | func | |
| void * | param | |
| struct st_SIF2_CmdPkt |
Definition at line 27 of file ps2_sbus.h.
| Data Fields | ||
|---|---|---|
| u32 | cid |
32-bit command id |
| u32 | size |
32-bit size of command packet. |
| u32 | extra |
32-bit remote address of parameters |
| u32 | extra_size |
32-bit size of remote parameters |
| struct st_SIF2_CmdHandler |
Definition at line 41 of file ps2_sbus.h.
Collaboration diagram for st_SIF2_CmdHandler:| Data Fields | ||
|---|---|---|
| SIF2_CmdHandlerFunc | func | |
| void * | param | |