FreeRTOS Tetris
Modules
Semaphores
Collaboration diagram for Semaphores:

Modules

 SemaphoreHandle_t
 Handle for a Semaphore.
 
 vSemaphoreCreateBinary
 
 xSemaphoreCreateBinary
 
 xSemaphoreCreateBinaryStatic
 
 xSemaphoreTake
 
 xSemaphoreTakeRecursive
 
 xSemaphoreGive
 
 xSemaphoreGiveRecursive
 
 xSemaphoreGiveFromISR
 
 xSemaphoreCreateMutex
 
 xSemaphoreCreateMutexStatic
 
 xSemaphoreCreateRecursiveMutex
 
 xSemaphoreCreateRecursiveMutexStatic
 
 xSemaphoreCreateCounting
 
 xSemaphoreCreateCountingStatic
 
 vSemaphoreDelete
 

Detailed Description