Searched refs:configTIMER_TASK_PRIORITY (Results 1 – 3 of 3) sorted by relevance
19 #define configTIMER_TASK_PRIORITY (configMAX_PRIORITIES - 1) macro
279 ((UBaseType_t)configTIMER_TASK_PRIORITY) | portPRIVILEGE_BIT, in xTimerCreateTimerTask()294 ((UBaseType_t)configTIMER_TASK_PRIORITY) | portPRIVILEGE_BIT, in xTimerCreateTimerTask()
268 # ifndef configTIMER_TASK_PRIORITY269 #error If configUSE_TIMERS is set to 1 then configTIMER_TASK_PRIORITY must also be defined.
Completed in 18 milliseconds