FreeRTOS
configTIMER_TASK_STACK_DEPTH
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FreeRTOS
configTIMER_TASK_STACK_DEPTH
configTIMER_TASK_STACK_DEPTH macro
Syntax
Show:
Summary
Declaration
from
FreeRTOSConfig.h:190
#define
configTIMER_TASK_STACK_DEPTH
CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH
Examples
References
from
examples
Code
Location
#define
configTIMER_TASK_STACK_DEPTH
CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH
FreeRTOSConfig.h:190
#ifndef
configTIMER_TASK_STACK_DEPTH
FreeRTOS.h:374
pxStackBufferTemp
=
pvPortMalloc
(
configTIMER_TASK_STACK_DEPTH
)
;
port_common.c:91
*
pulTimerTaskStackSize
=
configTIMER_TASK_STACK_DEPTH
;
port_common.c:101
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out