void sceSTimerSetTMCY(SceSysTimerId timer, int unk1)
Unknown purpose.
void sceSTimerSetHandler(SceSysTimerId timer, int cycle, int(*handler)(void), int unk1)
Setup a SysTimer handler.
void sceSTimerGetCount(SceSysTimerId timer, int *count)
Get the current SysTimer timer count.
void sceSTimerSetPrscl(SceSysTimerId timer, int unk1, int unk2)
Set the prescale of a hardware timer.
void sceSTimerFree(SceSysTimerId timer)
Free an instance of a SysTimer timer.
void sceSTimerResetCount(SceSysTimerId timer)
Reset the current SysTimer timer count.
void sceSTimerStartCount(SceSysTimerId timer)
Start the SysTimer timer count.
SceSysTimerId sceSTimerAlloc(void)
Allocate a new SysTimer timer instance.
int SceSysTimerId
Definition pspsystimer.h:19
void sceSTimerStopCount(SceSysTimerId timer)
Stop the current SysTimer timer count.