FreeRTOS C++ Wrappers  1.6.0
C++ interface to FreeRTOS
cpp_freertos::Timer Member List

This is the complete list of members for cpp_freertos::Timer, including all inherited members.

GetTimerDaemonHandle()cpp_freertos::Timerstatic
handlecpp_freertos::Timerprivate
IsActive()cpp_freertos::Timer
Reset(TickType_t CmdTimeout=portMAX_DELAY)cpp_freertos::Timer
ResetFromISR(BaseType_t *pxHigherPriorityTaskWoken)cpp_freertos::Timer
Run()=0cpp_freertos::Timerprotectedpure virtual
SetPeriod(TickType_t NewPeriod, TickType_t CmdTimeout=portMAX_DELAY)cpp_freertos::Timer
SetPeriodFromISR(TickType_t NewPeriod, BaseType_t *pxHigherPriorityTaskWoken)cpp_freertos::Timer
Start(TickType_t CmdTimeout=portMAX_DELAY)cpp_freertos::Timer
StartFromISR(BaseType_t *pxHigherPriorityTaskWoken)cpp_freertos::Timer
Stop(TickType_t CmdTimeout=portMAX_DELAY)cpp_freertos::Timer
StopFromISR(BaseType_t *pxHigherPriorityTaskWoken)cpp_freertos::Timer
Timer(const char *const TimerName, TickType_t PeriodInTicks, bool Periodic=true)cpp_freertos::Timer
Timer(TickType_t PeriodInTicks, bool Periodic=true)cpp_freertos::Timer
TimerCallbackFunctionAdapter(TimerHandle_t xTimer)cpp_freertos::Timerprivatestatic
~Timer()cpp_freertos::Timervirtual