Function esp_idf_sys::xSemaphoreCreateGenericWithCaps
source ยท pub unsafe extern "C" fn xSemaphoreCreateGenericWithCaps(
uxMaxCount: UBaseType_t,
uxInitialCount: UBaseType_t,
ucQueueType: u8,
uxMemoryCaps: UBaseType_t,
) -> SemaphoreHandle_t
Expand description
@cond