5#include "common_header.h"
32typedef s32 (*
SceSTimerCb)(s32 timerId, u32 count,
void *common, u32);
s32 sceSTimerSetHandler(s32 timerId, s32 compareValue, SceSTimerCb timeUpHandler, void *common)
s32 sceSTimerSetPrscl(s32 timerId, s32 numerator, s32 denominator)
s32 sceSTimerResetCount(s32 timerId)
s32(* SceSTimerCb)(s32 timerId, u32 count, void *common, u32)
Definition systimer.h:32
s32 sceSTimerStopCount(s32 timerId)
s32 sceSTimerGetCount(s32 timerId, s32 *count)
s32 sceSTimerFree(s32 timerId)
s32 sceSTimerStartCount(s32 timerId)
s32 sceSTimerSetTMCY(s32 timerId, s32 arg1)