Function esp_idf_sys::xQueueCreateCountingSemaphore

source ยท
pub unsafe extern "C" fn xQueueCreateCountingSemaphore(
    uxMaxCount: UBaseType_t,
    uxInitialCount: UBaseType_t,
) -> QueueHandle_t