Searched refs:configTIMER_TASK_STACK_DEPTH (Results 1 – 4 of 4) sorted by relevance
21 #define configTIMER_TASK_STACK_DEPTH (configMINIMAL_STACK_SIZE * 2) macro
508 static StackType_t Timer_Stack[configTIMER_TASK_STACK_DEPTH];537 *pulTimerTaskStackSize = (uint32_t)configTIMER_TASK_STACK_DEPTH; in vApplicationGetTimerTaskMemory()
276 # ifndef configTIMER_TASK_STACK_DEPTH277 #error If configUSE_TIMERS is set to 1 then configTIMER_TASK_STACK_DEPTH must also be defined.
292 configTIMER_TASK_STACK_DEPTH, in xTimerCreateTimerTask()
Completed in 10 milliseconds