pub unsafe extern "C" fn svcSetTimer(
timer: Handle,
initial: s64,
interval: s64,
) -> ResultExpand description
Sets a timer.
ยงArguments
timer- Handle of the timer to set.initial- Initial value of the timer.interval- Interval of the timer.