xSemaphoreCreateCountingWithCaps() is only used within FreeRTOS.
 
Symbols
loading (1/3)...
Files
loading (2/3)...
SummarySyntaxArgumentsReferencesCall TreeData Use

Return value

Handle to the created counting semaphore or NULL on failure.

Notes

A counting semaphore created using this function must only be deleted using vSemaphoreDeleteWithCaps()

References