Searched refs:configTIMER_TASK_PRIORITY (Results 1 – 4 of 4) sorted by relevance
65 #define configTIMER_TASK_PRIORITY ( configMAX_PRIORITIES - 1U ) macro
225 #define configTIMER_TASK_PRIORITY ( configMAX_PRIORITIES - 1 ) macro
264 … ( ( UBaseType_t ) configTIMER_TASK_PRIORITY ) | portPRIVILEGE_BIT, in xTimerCreateTimerTask()280 … ( ( UBaseType_t ) configTIMER_TASK_PRIORITY ) | portPRIVILEGE_BIT, in xTimerCreateTimerTask()299 … ( ( UBaseType_t ) configTIMER_TASK_PRIORITY ) | portPRIVILEGE_BIT, in xTimerCreateTimerTask()314 … ( ( UBaseType_t ) configTIMER_TASK_PRIORITY ) | portPRIVILEGE_BIT, in xTimerCreateTimerTask()
518 #ifndef configTIMER_TASK_PRIORITY519 #error If configUSE_TIMERS is set to 1 then configTIMER_TASK_PRIORITY must also be defined.