KallistiOS  2.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Macros
Values used to reset parts of the PVR

Macros

#define PVR_RESET_ALL   0xffffffff
 Reset the wole PVR.
#define PVR_RESET_NONE   0x00000000
 Cancel reset state.
#define PVR_RESET_TA   0x00000001
 Reset only the TA.
#define PVR_RESET_ISPTSP   0x00000002
 Reset only the ISP/TSP.

Detailed Description

These values are written to the PVR_RESET register in order to reset the system or to take it out of reset.


Macro Definition Documentation

#define PVR_RESET_ALL   0xffffffff

Reset the wole PVR.

#define PVR_RESET_ISPTSP   0x00000002

Reset only the ISP/TSP.

#define PVR_RESET_NONE   0x00000000

Cancel reset state.

#define PVR_RESET_TA   0x00000001

Reset only the TA.