ESP-IDF
+
0
/1 examples
SourceVu will show references to
ALIGNUP
from the following samples and libraries:
FreeRTOS
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ALIGNUP
ALIGNUP macro
Syntax
Show:
Summary
Declaration
from
xtensa_context.h:58
#define
ALIGNUP
(
n
,
val
)
(
(
(
val
)
+
(
n
)
-
1
)
&
-
(
n
)
)
Arguments
Argument
n
val
Examples
ALIGNUP
is referenced by 1 libraries and example projects:
FreeRTOS
References
from
0/1
examples
Code
Location
#define
ALIGNUP
(
n
,
val
)
(
(
(
val
)
+
(
n
)
-
1
)
&
-
(
n
)
)
xtensa_context.h:58
#define
XT_STK_EXTRA
ALIGNUP
(
XCHAL_EXTRA_SA_ALIGN
,
XT_STK_NEXT1
)
xtensa_context.h:176
#define
XT_STK_FRMSZ
(
ALIGNUP
(
0x10
,
XT_STK_NEXT2
)
+
0x20
)
xtensa_context.h:195
#define
XT_CP1_SA
ALIGNUP
(
XCHAL_CP1_SA_ALIGN
,
XT_CP0_SA
+
XCHAL_CP0_SA_SIZE
)
xtensa_context.h:329
#define
XT_CP2_SA
ALIGNUP
(
XCHAL_CP2_SA_ALIGN
,
XT_CP1_SA
+
XCHAL_CP1_SA_SIZE
)
xtensa_context.h:330
#define
XT_CP3_SA
ALIGNUP
(
XCHAL_CP3_SA_ALIGN
,
XT_CP2_SA
+
XCHAL_CP2_SA_SIZE
)
xtensa_context.h:331
#define
XT_CP4_SA
ALIGNUP
(
XCHAL_CP4_SA_ALIGN
,
XT_CP3_SA
+
XCHAL_CP3_SA_SIZE
)
xtensa_context.h:332
#define
XT_CP5_SA
ALIGNUP
(
XCHAL_CP5_SA_ALIGN
,
XT_CP4_SA
+
XCHAL_CP4_SA_SIZE
)
xtensa_context.h:333
#define
XT_CP6_SA
ALIGNUP
(
XCHAL_CP6_SA_ALIGN
,
XT_CP5_SA
+
XCHAL_CP5_SA_SIZE
)
xtensa_context.h:334
#define
XT_CP7_SA
ALIGNUP
(
XCHAL_CP7_SA_ALIGN
,
XT_CP6_SA
+
XCHAL_CP6_SA_SIZE
)
xtensa_context.h:335
#define
XT_CP_SA_SIZE
ALIGNUP
(
16
,
XT_CP7_SA
+
XCHAL_CP7_SA_SIZE
)
xtensa_context.h:336
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out