Function esp_idf_hal::sys::xQueueTakeMutexRecursive

source ยท
pub unsafe extern "C" fn xQueueTakeMutexRecursive(
    xMutex: *mut QueueDefinition,
    xTicksToWait: u32,
) -> i32
Expand description

For internal use only. Use xSemaphoreTakeMutexRecursive() or xSemaphoreGiveMutexRecursive() instead of calling these functions directly.