vTaskCoreAffinityGet() is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferencesCall TreeData Use

Return value

The core affinity mask which is a bitwise value that indicates the cores on which a task can run. Cores are numbered from 0 to configNUMBER_OF_CORES - 1. For example, if a task can run on core 0 and core 1, the core affinity mask is 0x03.

References