Searched refs:configTIMER_TASK_PRIORITY (Results 1 – 4 of 4) sorted by relevance
281 #define configTIMER_TASK_PRIORITY CONFIG_FREERTOS_TIMER_TASK_PRIORITY macro
44 #define configTIMER_TASK_PRIORITY // priority of the timers service task
261 … ( ( UBaseType_t ) configTIMER_TASK_PRIORITY ) | portPRIVILEGE_BIT, in xTimerCreateTimerTask()277 … ( ( UBaseType_t ) configTIMER_TASK_PRIORITY ) | portPRIVILEGE_BIT, in xTimerCreateTimerTask()
289 #ifndef configTIMER_TASK_PRIORITY290 #error If configUSE_TIMERS is set to 1 then configTIMER_TASK_PRIORITY must also be defined.