firmware
IEM Firmware Documentation
Loading...
Searching...
No Matches
TaskUtils
Collaboration diagram for TaskUtils:

Topics

 xTaskGetTickCount
 xTaskGetTickCountFromISR
 uxTaskGetNumberOfTasks
 pcTaskGetName
 pcTaskGetHandle
 xTaskGetStaticBuffers
 vTaskListTasks
 vTaskList
 vTaskGetRunTimeStatistics
 vTaskGetRunTimeStats
 ulTaskGetRunTimeCounter
 ulTaskGetIdleRunTimeCounter

Macros

#define tskIDLE_PRIORITY   ( ( UBaseType_t ) 0U )
#define tskNO_AFFINITY   ( ( UBaseType_t ) -1 )

Detailed Description

Macro Definition Documentation

◆ tskIDLE_PRIORITY

#define tskIDLE_PRIORITY   ( ( UBaseType_t ) 0U )

Defines the priority used by the idle task. This must not be modified.

◆ tskNO_AFFINITY

#define tskNO_AFFINITY   ( ( UBaseType_t ) -1 )

Defines affinity to all available cores.