Home
last modified time | relevance | path

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

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