ESP-IDF
CALLSTACK_SIZE
is only used within ESP-IDF.
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
ESP-IDF
CALLSTACK_SIZE
CALLSTACK_SIZE macro
Syntax
Show:
Summary
Declaration
from
heap_trace_module.c:18
#define
CALLSTACK_SIZE
CONFIG_HEAP_TRACING_STACK_DEPTH
Examples
References
from
examples
Code
Location
#define
CALLSTACK_SIZE
CONFIG_HEAP_TRACING_STACK_DEPTH
heap_trace_module.c:18
#define
CALLSTACK_SIZE
0
heap_trace_module.c:20
U8
aPacket
[
SEGGER_SYSVIEW_INFO_SIZE
+
(
2
+
CALLSTACK_SIZE
)
*
SEGGER_SYSVIEW_QUANTA_U32
]
;
heap_trace_module.c:61
for
(
int
i
=
0
;
i
<
CALLSTACK_SIZE
;
i
++
)
{
heap_trace_module.c:71
U8
aPacket
[
SEGGER_SYSVIEW_INFO_SIZE
+
(
1
+
CALLSTACK_SIZE
)
*
SEGGER_SYSVIEW_QUANTA_U32
]
;
heap_trace_module.c:79
for
(
int
i
=
0
;
i
<
CALLSTACK_SIZE
;
i
++
)
{
heap_trace_module.c:88
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