configSTACK_DEPTH_TYPEusStackHighWaterMark;/* The minimum amount of stack space that has remained for the task since the task was created. The closer this value is to zero the closer the task has come to overflowing its stack. */
sprintf(pcWriteBuffer,"\t%c\t%u\t%u\t%u\r\n",cStatus,(unsignedint)pxTaskStatusArray[x].uxCurrentPriority,(unsignedint)pxTaskStatusArray[x].usStackHighWaterMark,(unsignedint)pxTaskStatusArray[x].xTaskNumber);/*lint !e586 sprintf() allowed as this is compiled with many compilers and this is a utility function only - not part of the core kernel implementation. */