R_RTOS  0.1
DistributedRealTimeOperatingSystemfortheARMCortexMArchitecture
gStruc_OS_FLAGS Struct Reference

Struct for OS flags. More...

#include <R_RTOS_inc.h>

Data Fields

volatile uint8_t g_DispatchFlag:2
 Indicates whether or not a dispatch/context switch is needed.
 
volatile uint8_t g_needsScheduling:1
 Indicates whether or not scheduling is needed.
 
volatile uint8_t g_tskCriticalExecution:1
 Indicates whether or not a task is in a critical state of its execution.
 
volatile uint8_t gLPExit:1
 Indicates whether or not the low power mode has been exited.
 
volatile uint8_t gWokenUp:1
 Indicates whether or not the system has fully woken up from a low power mode.
 

Detailed Description

Struct for OS flags.

These Flags control the execution of low level OS functions (e.g. scheduler, context switch, low power functionalities).


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