Function svcCreateTimer
Source pub unsafe extern "C" fn svcCreateTimer(
timer: *mut Handle,
reset_type: ResetType,
) -> Result
Expand description
Time
§Arguments
timer (direction out) - Pointer to output the handle of the created timer to.
reset_type - Type of reset to perform on the timer.
/