furi_mutex_alloc

Function furi_mutex_alloc 

Source
pub unsafe extern "C" fn furi_mutex_alloc(
    type_: FuriMutexType,
) -> *mut FuriMutex
Expand description

Allocate FuriMutex

§Arguments

  • type (direction in) - The mutex type

§Returns

pointer to FuriMutex instance