R_RTOS  0.1
DistributedRealTimeOperatingSystemfortheARMCortexMArchitecture
R_RTOS_task.h File Reference
#include "R_RTOS_inc.h"

Go to the source code of this file.

Functions

RetCode tsk_tskInit (const TskID tskID, const TskStartAddr const strtAddr, const TskEndAddr const endAddr, const StackSize stkSze)
 Creates a task according to the provided input parameters. More...
 
RetCode os_IDLETskInit (const TskStartAddr const strtAddr)
 Creates the IDLE Task. More...
 
RetCode tsk_SetEvt (PTskTCB const tsk, PSyncEle const syncEle)
 Set the event described by syncEle for the specified task. More...
 
RetCode tsk_ClrEvt (PTskTCB const tsk, PSyncEle const syncEle)
 Clear the event that currently blocks the task. More...
 
RetCode tsk_SetInactive (PTskTCB const tsk, TskState tskInactvState)
 Set the specified task inactive, remove from active wait queue and set the specified new task state. More...
 
RetCode tsk_ChngePrio (PTskTCB const tsk, const TskPrio newTskPrio)
 

Detailed Description