FreeRTOS + 0/1 examples
SourceVu will show references to xTASK_SNAPSHOT from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
void *
Address of the task control block.
Points to the location of the last item placed on the tasks stack.
Points to the end of the stack. pxTopOfStack < pxEndOfStack, stack grows hi2lo pxTopOfStack > pxEndOfStack, stack grows lo2hi.

References

from examples