FreeRTOS
configRECORD_STACK_HIGH_ADDRESS
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading (2/3)...
Files
loading (2/3)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FreeRTOS
configRECORD_STACK_HIGH_ADDRESS
configRECORD_STACK_HIGH_ADDRESS macro
Syntax
Show:
Summary
Declaration
from
FreeRTOSConfig.h:160
#define
configRECORD_STACK_HIGH_ADDRESS
1
Examples
References
from
examples
Code
Location
#define
configRECORD_STACK_HIGH_ADDRESS
1
/* This must be set as the port requires TCB.pxEndOfStack */
FreeRTOSConfig.h:160
#ifndef
configRECORD_STACK_HIGH_ADDRESS
FreeRTOS.h:514
#if
(
(
portSTACK_GROWTH
>
0
)
||
(
configRECORD_STACK_HIGH_ADDRESS
==
1
)
)
FreeRTOS.h:1295
#if
(
(
portSTACK_GROWTH
>
0
)
&&
(
configRECORD_STACK_HIGH_ADDRESS
==
1
)
)
task.h:174
#if
(
(
portSTACK_GROWTH
>
0
)
||
(
configRECORD_STACK_HIGH_ADDRESS
==
1
)
)
tasks.c:412
#if
(
configRECORD_STACK_HIGH_ADDRESS
==
1
)
tasks.c:1037
#if
(
(
portSTACK_GROWTH
>
0
)
&&
(
configRECORD_STACK_HIGH_ADDRESS
==
1
)
)
tasks.c:4653
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