R_RTOS
0.1
DistributedRealTimeOperatingSystemfortheARMCortexMArchitecture
|
#include "R_RTOS_inc.h"
Go to the source code of this file.
Functions | |
RetCode | stk_StackCreate (register PTskTCB tsk, register StackSize desiredStackSize) |
Creates a stack for a task with the size of desiredStackSize. More... | |
RetCode | stk_StackInit (register PTskTCB tsk, void *fktParam) |
Initializes the initial stack frame according to the given input parameters. More... | |
RetCode | stk_StackDestroy (register PTskTCB tsk) |
Destroys the stack of the task indicated by the tsk input parameter. More... | |
RetCode | stk_TSTStck (PTskTCB const tsk) |
fill the task's stack with a distinctive pattern. More... | |
RetCode | stk_StackClear (PTskTCB const tsk) |
Clears the provided task's stack. More... | |