xSemaphoreCreateRecursiveMutexWithCaps() is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferencesCall TreeData Use

Return value

Handle to the created recursive mutex or NULL on failure.

Notes

A recursive mutex created using this function must only be deleted using vSemaphoreDeleteWithCaps()

References