[][src]Function pspsdk_sys::sdk::sceKernelGetVTimerBase

pub unsafe extern "C" fn sceKernelGetVTimerBase(
    uid: SceUID,
    base: *mut SceKernelSysClock
) -> c_int

Get the timer base

@param uid - UID of the vtimer @param base - Pointer to a ::SceKernelSysClock structure

@return 0 on success, < 0 on error