FreeRTOS C++ Wrappers
1.6.0
C++ interface to FreeRTOS
|
This is the complete list of members for cpp_freertos::CountingSemaphore, including all inherited members.
CountingSemaphore(UBaseType_t maxCount, UBaseType_t initialCount) | cpp_freertos::CountingSemaphore | |
Give() | cpp_freertos::Semaphore | |
GiveFromISR(BaseType_t *pxHigherPriorityTaskWoken) | cpp_freertos::Semaphore | |
handle | cpp_freertos::Semaphore | protected |
Semaphore() | cpp_freertos::Semaphore | protected |
Take(TickType_t Timeout=portMAX_DELAY) | cpp_freertos::Semaphore | |
TakeFromISR(BaseType_t *pxHigherPriorityTaskWoken) | cpp_freertos::Semaphore | |
~Semaphore() | cpp_freertos::Semaphore | virtual |