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