Go to the source code of this file.
◆ SceSysTimerId
◆ sceSTimerAlloc()
Allocate a new SysTimer timer instance.
- Returns
- SysTimerId on success, < 0 on error
◆ sceSTimerFree()
Free an instance of a SysTimer timer.
- Parameters
-
◆ sceSTimerGetCount()
Get the current SysTimer timer count.
- Parameters
-
timer | - The timer id. |
count | - The pointer to an integer into which the count will be written. |
◆ sceSTimerResetCount()
Reset the current SysTimer timer count.
- Parameters
-
◆ sceSTimerSetHandler()
void sceSTimerSetHandler |
( |
SceSysTimerId | timer, |
|
|
int | cycle, |
|
|
int(* | handler )(void), |
|
|
int | unk1 ) |
Setup a SysTimer handler.
- Parameters
-
timer | - The timer id. |
cycle | - The timer cycle in microseconds (???). Maximum: 4194303 which represents ~1/10 seconds. |
handler | - The handler function. Has to return -1. |
unk1 | - Unknown. Pass 0. |
◆ sceSTimerStartCount()
Start the SysTimer timer count.
- Parameters
-
◆ sceSTimerStopCount()
Stop the current SysTimer timer count.
- Parameters
-
◆ SysTimerForKernel_53231A15()
void SysTimerForKernel_53231A15 |
( |
SceSysTimerId | timer, |
|
|
int | unk1 ) |
◆ SysTimerForKernel_B53534B4()
void SysTimerForKernel_B53534B4 |
( |
SceSysTimerId | timer, |
|
|
int | unk1, |
|
|
int | unk2 ) |