#include <os/rtos_typedef.h>
Data Fields | |
volatile struct OS_TASKMGR_STATUS_s | Status |
Task manager status word. More... | |
volatile struct OS_TASKMGR_TIMEBASE_s | Timebase |
Task manager time base monitor. More... | |
volatile struct OS_TASKMGR_CPU_LOAD_s | CpuLoad |
Task manager CPU load metering result. More... | |
Definition at line 112 of file rtos_typedef.h.
volatile struct OS_TASKMGR_CPU_LOAD_s CpuLoad |
Task manager CPU load metering result.
Definition at line 115 of file rtos_typedef.h.
volatile struct OS_TASKMGR_STATUS_s Status |
Task manager status word.
Definition at line 113 of file rtos_typedef.h.
volatile struct OS_TASKMGR_TIMEBASE_s Timebase |
Task manager time base monitor.
Definition at line 114 of file rtos_typedef.h.