Function esp_idf_hal::sys::xQueueCreateMutex
source ยท pub unsafe extern "C" fn xQueueCreateMutex(
ucQueueType: u8,
) -> *mut QueueDefinition
Expand description
For internal use only. Use xSemaphoreCreateMutex(), xSemaphoreCreateCounting() or xSemaphoreGetMutexHolder() instead of calling these functions directly.