REpsp2
PSP2 OS reverse engineering
Loading...
Searching...
No Matches
Kernel_dipsw

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.

Detailed Description

Macro Definition Documentation

◆ SCE_DIPSW_USER_MAX

#define SCE_DIPSW_USER_MAX   0x3F

Definition at line 13 of file dipsw.h.

◆ SCE_DIPSW_USER_MIN

#define SCE_DIPSW_USER_MIN   0x00

Definition at line 12 of file dipsw.h.

Function Documentation

◆ sceKernelCheckDipsw()

SceBool sceKernelCheckDipsw ( SceUInt32 no)

Check state of a DIP switch.

Parameters
noDIP switch number
Returns
DIP switch state (0 or 1)

◆ sceKernelClearDipsw()

void sceKernelClearDipsw ( SceUInt32 no)

Clear DIP switch.

Parameters
noDIP switch number

◆ sceKernelSetDipsw()

void sceKernelSetDipsw ( SceUInt32 no)

Set DIP switch.

Parameters
noDIP switch number