esp_idf_sys

Function xSemaphoreCreateGenericWithCaps

Source
pub unsafe extern "C" fn xSemaphoreCreateGenericWithCaps(
    uxMaxCount: UBaseType_t,
    uxInitialCount: UBaseType_t,
    ucQueueType: u8,
    uxMemoryCaps: UBaseType_t,
) -> SemaphoreHandle_t
Expand description

@cond