|
LibXenon
Bare-metal Xbox 360 homebrew library
|
#include <xetypes.h>

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 () |
| #define AVREGION_INVALID 0 |
Definition at line 51 of file xenon_config.h.
| #define AVREGION_NTSCJ 2 |
Definition at line 48 of file xenon_config.h.
| #define AVREGION_NTSCM 1 |
Definition at line 47 of file xenon_config.h.
| #define AVREGION_PAL50 3 |
Definition at line 49 of file xenon_config.h.
| #define AVREGION_PAL60 4 |
Definition at line 50 of file xenon_config.h.
| #define PHISON_STATIC_CONFIG_ADDR 0x2FFC200 |
Definition at line 53 of file xenon_config.h.
| int xenon_config_get_avregion | ( | void | ) |
Definition at line 46 of file xenon_config.c.
| void xenon_config_get_mac_addr | ( | unsigned char * | hwaddr | ) |
Definition at line 74 of file xenon_config.c.
| int xenon_config_get_vid_delta | ( | ) |
Definition at line 95 of file xenon_config.c.
| void xenon_config_init | ( | void | ) |
Definition at line 22 of file xenon_config.c.