Skip to main content

xQueueCreateCountingSemaphore

Function xQueueCreateCountingSemaphore 

Source
pub unsafe extern "C" fn xQueueCreateCountingSemaphore(
    uxMaxCount: u32,
    uxInitialCount: u32,
) -> *mut QueueDefinition