Home
last modified time | relevance | path

Searched refs:configTIMER_TASK_STACK_DEPTH (Results 1 – 5 of 5) sorted by relevance

/Kernel-v11.1.0/examples/coverity/
DFreeRTOSConfig.h66 #define configTIMER_TASK_STACK_DEPTH configMINIMAL_STACK_SIZE macro
/Kernel-v11.1.0/examples/template_configuration/
DFreeRTOSConfig.h231 #define configTIMER_TASK_STACK_DEPTH configMINIMAL_STACK_SIZE macro
/Kernel-v11.1.0/
Dtimers.c278 configTIMER_TASK_STACK_DEPTH, in xTimerCreateTimerTask()
312 configTIMER_TASK_STACK_DEPTH, in xTimerCreateTimerTask()
Dtasks.c8630 static StackType_t uxTimerTaskStack[ configTIMER_TASK_STACK_DEPTH ]; in vApplicationGetTimerTaskMemory()
8634 *puxTimerTaskStackSize = configTIMER_TASK_STACK_DEPTH; in vApplicationGetTimerTaskMemory()
/Kernel-v11.1.0/include/
DFreeRTOS.h526 #ifndef configTIMER_TASK_STACK_DEPTH
527 … #error If configUSE_TIMERS is set to 1 then configTIMER_TASK_STACK_DEPTH must also be defined.