LibXenon
Bare-metal Xbox 360 homebrew library
Loading...
Searching...
No Matches
Data Structures | Macros | Functions
xenon_config.h File Reference
#include <xetypes.h>
Include dependency graph for xenon_config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  XCONFIG_POWER_MODE
 
struct  XCONFIG_POWER_VCS_CONTROL
 
struct  XCONFIG_SECURED_SETTINGS
 

Macros

#define AVREGION_NTSCM   1
 
#define AVREGION_NTSCJ   2
 
#define AVREGION_PAL50   3
 
#define AVREGION_PAL60   4
 
#define AVREGION_INVALID   0
 
#define PHISON_STATIC_CONFIG_ADDR   0x2FFC200
 

Functions

void xenon_config_init (void)
 
int xenon_config_get_avregion (void)
 
void xenon_config_get_mac_addr (unsigned char *hwaddr)
 
int xenon_config_get_vid_delta ()
 

Macro Definition Documentation

◆ AVREGION_INVALID

#define AVREGION_INVALID   0

Definition at line 51 of file xenon_config.h.

◆ AVREGION_NTSCJ

#define AVREGION_NTSCJ   2

Definition at line 48 of file xenon_config.h.

◆ AVREGION_NTSCM

#define AVREGION_NTSCM   1

Definition at line 47 of file xenon_config.h.

◆ AVREGION_PAL50

#define AVREGION_PAL50   3

Definition at line 49 of file xenon_config.h.

◆ AVREGION_PAL60

#define AVREGION_PAL60   4

Definition at line 50 of file xenon_config.h.

◆ PHISON_STATIC_CONFIG_ADDR

#define PHISON_STATIC_CONFIG_ADDR   0x2FFC200

Definition at line 53 of file xenon_config.h.

Function Documentation

◆ xenon_config_get_avregion()

int xenon_config_get_avregion ( void  )

Definition at line 46 of file xenon_config.c.

◆ xenon_config_get_mac_addr()

void xenon_config_get_mac_addr ( unsigned char *  hwaddr)

Definition at line 74 of file xenon_config.c.

◆ xenon_config_get_vid_delta()

int xenon_config_get_vid_delta ( )

Definition at line 95 of file xenon_config.c.

◆ xenon_config_init()

void xenon_config_init ( void  )

Definition at line 22 of file xenon_config.c.