Skip to main content

xQueueCreateCountingSemaphoreStatic

Function xQueueCreateCountingSemaphoreStatic 

Source
pub unsafe extern "C" fn xQueueCreateCountingSemaphoreStatic(
    uxMaxCount: UBaseType_t,
    uxInitialCount: UBaseType_t,
    pxStaticQueue: *mut StaticQueue_t,
) -> QueueHandle_t