|
REpsp2
PSP2 OS reverse engineering
|
Topics | |
| Kernel_dipsw_sdk_sce | |
| SDK(SCE) DIP switches. | |
| Kernel_dipsw_shell | |
| Shell DIP switches. | |
| Kernel_dipsw_debug_control | |
| Debug control DIP switches. | |
| Kernel_dipsw_system_control | |
| System control DIP switches. | |
Macros | |
| #define | SCE_DIPSW_USER_MIN 0x00 |
| #define | SCE_DIPSW_USER_MAX 0x3F |
Functions | |
| SceBool | sceKernelCheckDipsw (SceUInt32 no) |
| Check state of a DIP switch. | |
| void | sceKernelSetDipsw (SceUInt32 no) |
| Set DIP switch. | |
| void | sceKernelClearDipsw (SceUInt32 no) |
| Clear DIP switch. | |
Check state of a DIP switch.
| no | DIP switch number |
| void sceKernelClearDipsw | ( | SceUInt32 | no | ) |
Clear DIP switch.
| no | DIP switch number |
| void sceKernelSetDipsw | ( | SceUInt32 | no | ) |
Set DIP switch.
| no | DIP switch number |