FreeRTOS Tetris
TUM_FreeRTOS_Utils.h
Go to the documentation of this file.
1 
24 #ifndef __TUM_FREERTOS_UTILS_H__
25 #define __TUM_FREERTOS_UTILS_H__
26 
44 
49 void tumFUtilPrintTaskUtils(void);
50 
52 #endif // __TUM__FREERTOS_UTILS_H__
tumFUtilPrintTaskStateList
void tumFUtilPrintTaskStateList(void)
Prints a list of the current tasks executing on the system and their states.
Definition: TUM_FreeRTOS_Utils.c:32
tumFUtilPrintTaskUtils
void tumFUtilPrintTaskUtils(void)
Prints a list of the current tasks executing on the system and their utilizations.
Definition: TUM_FreeRTOS_Utils.c:55