FreeRTOS Tetris
Functions
TUM FreeRTOS Utils API

Helper functions for FreeRTOS. More...

Collaboration diagram for TUM FreeRTOS Utils API:

Functions

void tumFUtilPrintTaskStateList (void)
 Prints a list of the current tasks executing on the system and their states.
 
void tumFUtilPrintTaskUtils (void)
 Prints a list of the current tasks executing on the system and their utilizations. More...
 

Detailed Description

Helper functions for FreeRTOS.

Utility functions aimed at FreeRTOS specific functionality rather than the emulator

Function Documentation

◆ tumFUtilPrintTaskUtils()

void tumFUtilPrintTaskUtils ( void  )

#include <TUM_FreeRTOS_Utils.h>

Prints a list of the current tasks executing on the system and their utilizations.

ulTotalRunTime /= 100UL;