FreeRTOS-Cpp
FreeRTOS::StaticTask< N > Member List

This is the complete list of members for FreeRTOS::StaticTask< N >, including all inherited members.

abortDelay() constFreeRTOS::TaskBaseinline
delay(const TickType_t ticksToDelay=0)FreeRTOS::TaskBaseinlineprotectedstatic
delayUntil(const TickType_t timeIncrement=0)FreeRTOS::TaskBaseinlineprotected
getHandle(const char *name)FreeRTOS::TaskBaseinlinestatic
getIdleHandle()FreeRTOS::TaskBaseinlinestatic
getName() constFreeRTOS::TaskBaseinline
getPriority() constFreeRTOS::TaskBaseinline
getStackHighWaterMark() constFreeRTOS::TaskBaseinline
getStackHighWaterMark2() constFreeRTOS::TaskBaseinline
getState() constFreeRTOS::TaskBaseinline
handleFreeRTOS::TaskBaseprivate
NotificationBits typedef (defined in FreeRTOS::TaskBase)FreeRTOS::TaskBase
notify(const NotifyAction action, const NotificationBits value=0, const UBaseType_t index=0) constFreeRTOS::TaskBaseinline
NotifyAction enum name (defined in FreeRTOS::TaskBase)FreeRTOS::TaskBase
notifyAndQuery(const NotifyAction action, const NotificationBits value=0, const UBaseType_t index=0) constFreeRTOS::TaskBaseinline
notifyAndQueryFromISR(bool &higherPriorityTaskWoken, const NotifyAction action, const NotificationBits value=0, const UBaseType_t index=0) constFreeRTOS::TaskBaseinline
notifyAndQueryFromISR(const NotifyAction action, const NotificationBits value=0, const UBaseType_t index=0) constFreeRTOS::TaskBaseinline
notifyFromISR(bool &higherPriorityTaskWoken, const NotifyAction action, const NotificationBits value=0, const UBaseType_t index=0) constFreeRTOS::TaskBaseinline
notifyFromISR(const NotifyAction action, const NotificationBits value=0, const UBaseType_t index=0) constFreeRTOS::TaskBaseinline
notifyGive(const UBaseType_t index=0) constFreeRTOS::TaskBaseinline
notifyGiveFromISR(bool &higherPriorityTaskWoken, const UBaseType_t index=0) constFreeRTOS::TaskBaseinline
notifyGiveFromISR(const UBaseType_t index=0) constFreeRTOS::TaskBaseinline
notifyStateClear(const UBaseType_t index=0) constFreeRTOS::TaskBaseinline
notifyTake(const TickType_t ticksToWait=portMAX_DELAY, const bool clearCountOnExit=true, const UBaseType_t index=0)FreeRTOS::TaskBaseinlineprotectedstatic
notifyValueClear(const NotificationBits bitsToClear=0, const UBaseType_t index=0) constFreeRTOS::TaskBaseinline
notifyWait(const TickType_t ticksToWait=portMAX_DELAY, const NotificationBits bitsToClearOnEntry=0, const NotificationBits bitsToClearOnExit=0, const UBaseType_t index=0)FreeRTOS::TaskBaseinlinestatic
operator new(size_t, void *ptr) (defined in FreeRTOS::TaskBase)FreeRTOS::TaskBaseinlinestatic
operator new(size_t)=delete (defined in FreeRTOS::TaskBase)FreeRTOS::TaskBasestatic
operator new[](size_t, void *ptr) (defined in FreeRTOS::TaskBase)FreeRTOS::TaskBaseinlinestatic
operator new[](size_t)=delete (defined in FreeRTOS::TaskBase)FreeRTOS::TaskBasestatic
operator=(const StaticTask &)=delete (defined in FreeRTOS::StaticTask< N >)FreeRTOS::StaticTask< N >
operator=(StaticTask &&) noexcept=default (defined in FreeRTOS::StaticTask< N >)FreeRTOS::StaticTask< N >protected
operator=(const TaskBase &)=delete (defined in FreeRTOS::TaskBase)FreeRTOS::TaskBase
previousWakeTimeFreeRTOS::TaskBaseprivate
resume() constFreeRTOS::TaskBaseinline
resumeFromISR() constFreeRTOS::TaskBaseinline
setPriority(const UBaseType_t newPriority) constFreeRTOS::TaskBaseinline
stack (defined in FreeRTOS::StaticTask< N >)FreeRTOS::StaticTask< N >private
State enum name (defined in FreeRTOS::TaskBase)FreeRTOS::TaskBase
StaticTask(const StaticTask &)=delete (defined in FreeRTOS::StaticTask< N >)FreeRTOS::StaticTask< N >
StaticTask(const UBaseType_t priority=tskIDLE_PRIORITY, const char *name="")FreeRTOS::StaticTask< N >inlineexplicitprotected
StaticTask(StaticTask &&) noexcept=default (defined in FreeRTOS::StaticTask< N >)FreeRTOS::StaticTask< N >protected
suspend() constFreeRTOS::TaskBaseinline
TaskBase(const TaskBase &)=delete (defined in FreeRTOS::TaskBase)FreeRTOS::TaskBase
TaskBase()=defaultFreeRTOS::TaskBaseprivate
TaskBase(TaskBase &&) noexcept=default (defined in FreeRTOS::TaskBase)FreeRTOS::TaskBaseprivate
taskBuffer (defined in FreeRTOS::StaticTask< N >)FreeRTOS::StaticTask< N >private
taskEntry() finalFreeRTOS::TaskBaseinlinevirtual
taskFunction()=0FreeRTOS::TaskBaseprotectedpure virtual
~StaticTask()=default (defined in FreeRTOS::StaticTask< N >)FreeRTOS::StaticTask< N >protected
~TaskBase()FreeRTOS::TaskBaseinlineprivate