pub unsafe extern "C" fn furi_timer_start( instance: *mut FuriTimer, ticks: u32, ) -> FuriStatus
Start timer
This is asynchronous call, real operation will happen as soon as timer service process this request.
instance
ticks
The furi status.