This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* task.h | |
* <PRE>UBaseType_t uxTaskGetStackSize( TaskHandle_t xTask );</PRE> | |
* | |
* INCLUDE_pxTaskGetStackSize must be set to 1 in FreeRTOSConfig.h for | |
* this function to be available. | |
* | |
* Returns the stack size associated with xTask in bytes. | |
* | |
* @param xTask Handle of the task associated with the stack to be checked. |