Function 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.