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