psl1ght
A free SDK for Sony's PS3 console
Loading...
Searching...
No Matches
_gcmCfg Struct Reference

RSX Configuration structure. More...

#include <gcm_sys.h>

Data Fields

void *localAddress ATTRIBUTE_PRXPTR
 effective start address of RSX memory
 
void *ioAddress ATTRIBUTE_PRXPTR
 effective start address of I/O mapped main memory to be used by RSX
 
u32 localSize
 maximum available size of RSX memory
 
u32 ioSize
 maximum available size of I/O mapped main memory to be used by RSX
 
u32 memoryFreq
 RSX memory clock frequency.
 
u32 coreFreq
 Core clock frequency of RSX.
 

Detailed Description

RSX Configuration structure.

This structure holds system informations of RSX.

Definition at line 745 of file gcm_sys.h.

Field Documentation

◆ ATTRIBUTE_PRXPTR [1/2]

void* localAddress _gcmCfg::ATTRIBUTE_PRXPTR

effective start address of RSX memory

Definition at line 747 of file gcm_sys.h.

◆ ATTRIBUTE_PRXPTR [2/2]

void* ioAddress _gcmCfg::ATTRIBUTE_PRXPTR

effective start address of I/O mapped main memory to be used by RSX

Definition at line 748 of file gcm_sys.h.

◆ coreFreq

u32 _gcmCfg::coreFreq

Core clock frequency of RSX.

Definition at line 752 of file gcm_sys.h.

◆ ioSize

u32 _gcmCfg::ioSize

maximum available size of I/O mapped main memory to be used by RSX

Definition at line 750 of file gcm_sys.h.

◆ localSize

u32 _gcmCfg::localSize

maximum available size of RSX memory

Definition at line 749 of file gcm_sys.h.

◆ memoryFreq

u32 _gcmCfg::memoryFreq

RSX memory clock frequency.

Definition at line 751 of file gcm_sys.h.


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