FreeRTOS + 0/113 examples
SourceVu will show references to xTaskCreate() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

pdPASS if the task was successfully created and added to a ready list, otherwise an error code defined in the file projdefs.h

Notes

If configNUMBER_OF_CORES > 1, this function will create an unpinned task (see tskNO_AFFINITY for more details). If program uses thread local variables (ones specified with "__thread" keyword) then storage for them will be allocated on the task's stack.

References

from examples