Function flipperzero_sys::furi_semaphore_alloc
source · pub unsafe extern "C" fn furi_semaphore_alloc(
max_count: u32,
initial_count: u32
) -> *mut FuriSemaphoreExpand description
Allocate semaphore
Returns:
- pointer to FuriSemaphore instance
Arguments
max_count- [Direction: In] The maximum countinitial_count- [Direction: In] The initial count