Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/examples/coverity/
A DFreeRTOSConfig.h65 #define configTIMER_TASK_PRIORITY ( configMAX_PRIORITIES - 1U ) macro
/FreeRTOS-Kernel/examples/template_configuration/
A DFreeRTOSConfig.h230 #define configTIMER_TASK_PRIORITY ( configMAX_PRIORITIES - 1 ) macro
/FreeRTOS-Kernel/
A 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()
/FreeRTOS-Kernel/include/
A DFreeRTOS.h528 #ifndef configTIMER_TASK_PRIORITY
529 #error If configUSE_TIMERS is set to 1 then configTIMER_TASK_PRIORITY must also be defined.

Completed in 17 milliseconds