Function ctru_sys::svcSetTimer
source · pub unsafe extern "C" fn svcSetTimer(
timer: Handle,
initial: s64,
interval: s64
) -> Result
Expand description
Sets a timer.
§Arguments
timer
- Handle of the timer to set.initial
- Initial value of the timer.interval
- Interval of the timer.