Searched refs:configTIMER_TASK_STACK_DEPTH (Results 1 – 5 of 5) sorted by relevance
66 #define configTIMER_TASK_STACK_DEPTH configMINIMAL_STACK_SIZE macro
231 #define configTIMER_TASK_STACK_DEPTH configMINIMAL_STACK_SIZE macro
278 configTIMER_TASK_STACK_DEPTH, in xTimerCreateTimerTask()312 configTIMER_TASK_STACK_DEPTH, in xTimerCreateTimerTask()
8630 static StackType_t uxTimerTaskStack[ configTIMER_TASK_STACK_DEPTH ]; in vApplicationGetTimerTaskMemory()8634 *puxTimerTaskStackSize = configTIMER_TASK_STACK_DEPTH; in vApplicationGetTimerTaskMemory()
526 #ifndef configTIMER_TASK_STACK_DEPTH527 … #error If configUSE_TIMERS is set to 1 then configTIMER_TASK_STACK_DEPTH must also be defined.