FreeRTOS
portBYTE_ALIGNMENT
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
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
portBYTE_ALIGNMENT
portBYTE_ALIGNMENT macro
Syntax
Show:
Summary
Declaration
from
portmacro.h:117
#define
portBYTE_ALIGNMENT
16
Examples
References
from
examples
Code
Location
#define
portBYTE_ALIGNMENT
16
// Xtensa Windowed ABI requires the stack pointer to always be 16-byte aligned. See "isa_rm.pdf 8.1.1 Windowed Register Usage and Stack Layout"
portmacro.h:117
_Static_assert
(
portBYTE_ALIGNMENT
==
16
,
"portBYTE_ALIGNMENT must be set to 16"
)
;
port.c:53
#if
portBYTE_ALIGNMENT
==
32
portable.h:60
#elif
portBYTE_ALIGNMENT
==
16
portable.h:62
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