FreeRTOS + 0/1 examples
SourceVu will show references to xTaskGetCoreID() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

The task's core ID or tskNO_AFFINITY

Notes

If CONFIG_FREERTOS_SMP is enabled, please call vTaskCoreAffinityGet() instead. In IDF FreerTOS when configNUMBER_OF_CORES == 1, this function will always return 0,

References

from examples