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