Function flipperzero_sys::furi_timer_alloc
source · pub unsafe extern "C" fn furi_timer_alloc(
func: FuriTimerCallback,
type_: FuriTimerType,
context: *mut c_void
) -> *mut FuriTimerExpand description
Allocate timer
@param[in] func The callback function @param[in] type The timer type @param context The callback context
@return The pointer to FuriTimer instance