Function esp_idf_svc::sys::xSemaphoreCreateGenericWithCaps
source ยท pub unsafe extern "C" fn xSemaphoreCreateGenericWithCaps(
uxMaxCount: u32,
uxInitialCount: u32,
ucQueueType: u8,
uxMemoryCaps: u32,
) -> *mut QueueDefinition
Expand description
@cond