ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
SifCmdSRegData_t Struct Reference

#include <sifcmd.h>

+ Collaboration diagram for SifCmdSRegData_t:

Data Fields

SifCmdHeader_t header
 
int index
 
unsigned int value
 

Detailed Description

Structure for remotely (over the SIF) changing the value of a software register (SREG). There are 32 software registers (0 - 31). Registers 0-7 are used by the system.

Definition at line 54 of file sifcmd.h.

Field Documentation

◆ header

SifCmdHeader_t SifCmdSRegData_t::header

Definition at line 55 of file sifcmd.h.

◆ index

int SifCmdSRegData_t::index

Definition at line 56 of file sifcmd.h.

◆ value

unsigned int SifCmdSRegData_t::value

Definition at line 57 of file sifcmd.h.


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