Function ctru_sys::svcCreateTimer

source ·
pub unsafe extern "C" fn svcCreateTimer(
    timer: *mut Handle,
    reset_type: ResetType
) -> Result
Expand description

Time

§*

  • Creates a timer.

§Arguments

  • timer (direction out) - Pointer to output the handle of the created timer to.
  • reset_type - Type of reset to perform on the timer. /