[][src]Function pspsdk_sys::sdk::sceKernelSetSysClockAlarm

pub unsafe extern "C" fn sceKernelSetSysClockAlarm(
    clock: *mut SceKernelSysClock,
    handler: SceKernelAlarmHandler,
    common: *mut c_void
) -> SceUID

Set an alarm using a ::SceKernelSysClock structure for the time

@param clock - Pointer to a ::SceKernelSysClock structure @param handler - Pointer to a ::SceKernelAlarmHandler @param common - Common pointer for the alarm handler.

@return A UID representing the created alarm, < 0 on error.