R_RTOS  0.1
DistributedRealTimeOperatingSystemfortheARMCortexMArchitecture
advTskPrio_struc Struct Reference

Contains the TskPrio visible to the system and the real TskPrio. More...

#include <R_RTOS_inc.h>

Data Fields

volatile TskPrio actualTskPrio
 Actual TskPrio which was assigned to the task.
 
volatile TskPrio visibleTskPrio
 TskPrio currently visible to the system
 

Detailed Description

Contains the TskPrio visible to the system and the real TskPrio.

Each task has a visible TskPrio which represents the priority the task currently has as seen by the system. Additionally each task saves its actual TskPrio for further retrieval.


The documentation for this struct was generated from the following file: