Searched refs:configTIMER_TASK_STACK_DEPTH (Results 1 – 5 of 5) sorted by relevance
191 pxStackBufferTemp = pvPortMallocStackMem(configTIMER_TASK_STACK_DEPTH); in vApplicationGetTimerTaskMemory()197 *pulTimerTaskStackSize = configTIMER_TASK_STACK_DEPTH; in vApplicationGetTimerTaskMemory()
283 #define configTIMER_TASK_STACK_DEPTH CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH macro
46 #define configTIMER_TASK_STACK_DEPTH // stack depth of the soft-timer
297 #ifndef configTIMER_TASK_STACK_DEPTH298 … #error If configUSE_TIMERS is set to 1 then configTIMER_TASK_STACK_DEPTH must also be defined.
275 configTIMER_TASK_STACK_DEPTH, in xTimerCreateTimerTask()