FreeRTOS
configISR_STACK_SIZE
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
configISR_STACK_SIZE
configISR_STACK_SIZE macro
Syntax
Show:
Summary
Declaration
from
FreeRTOSConfig_arch.h:112
#define
configISR_STACK_SIZE
(
(
CONFIG_FREERTOS_ISR_STACKSIZE
+
configSTACK_ALIGNMENT
-
1
)
&
(
~
(
configSTACK_ALIGNMENT
-
1
)
)
)
Examples
References
from
examples
Code
Location
#define
configISR_STACK_SIZE
(
(
CONFIG_FREERTOS_ISR_STACKSIZE
+
configSTACK_ALIGNMENT
-
1
)
&
(
~
(
configSTACK_ALIGNMENT
-
1
)
)
)
FreeRTOSConfig_arch.h:112
volatile
StackType_t
DRAM_ATTR
__attribute__
(
(
aligned
(
16
)
)
)
port_IntStack
[
portNUM_PROCESSORS
]
[
configISR_STACK_SIZE
]
;
port.c:82
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