Home
last modified time | relevance | path

Searched refs:configTIMER_TASK_PRIORITY (Results 1 – 4 of 4) sorted by relevance

/Kernel-v11.0.1/examples/coverity/
DFreeRTOSConfig.h65 #define configTIMER_TASK_PRIORITY ( configMAX_PRIORITIES - 1U ) macro
/Kernel-v11.0.1/examples/template_configuration/
DFreeRTOSConfig.h225 #define configTIMER_TASK_PRIORITY ( configMAX_PRIORITIES - 1 ) macro
/Kernel-v11.0.1/
Dtimers.c264 … ( ( 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()
/Kernel-v11.0.1/include/
DFreeRTOS.h494 #ifndef configTIMER_TASK_PRIORITY
495 #error If configUSE_TIMERS is set to 1 then configTIMER_TASK_PRIORITY must also be defined.