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

Go to the source code of this file.

Data Structures

struct  tskPrioArEle
 Task priority element for the second dimension of the scheduler. More...
 

Typedefs

typedef struct tskPrioArEle TskPrioArEle
 tskPrioArEle
 
typedef struct tskPrioArElePTskPrioArEle
 Pointer to a tskPrioArEle.
 
typedef uint16_t PrioARFlgs
 Used for priority array flags.
 

Functions

RetCode tsk_rmvTskActvTskLst (PTskTCB const tsk)
 Delete a Task from the active task list. More...
 
RetCode tsk_insrtTskActvTskLst (PTskTCB const tsk)
 Insert a task into the active task list. More...
 
void os_INIT_Scheduler (void)
 Initialize the Scheduler mechanism. More...
 
void os_SCHEDULE (void)
 Schedules the next ready task according to its priority. More...
 

Detailed Description