ESP-IDF
OT_DEFINE_ALIGNED_VAR
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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
OT_DEFINE_ALIGNED_VAR
OT_DEFINE_ALIGNED_VAR macro
Syntax
Show:
Summary
Declaration
from
code_utils.hpp:79
#define
OT_DEFINE_ALIGNED_VAR
(
name
,
size
,
align_type
)
\
align_type
name
[
(
(
(
size
)
+
(
sizeof
(
align_type
)
-
1
)
)
/
sizeof
(
align_type
)
)
]
Arguments
Argument
name
size
align_type
Examples
References
from
examples
Code
Location
#define
OT_DEFINE_ALIGNED_VAR
(
name
,
size
,
align_type
)
\
code_utils.hpp:79
OT_DEFINE_ALIGNED_VAR
(
mContextStorage
,
kAesContextSize
,
uint64_t
)
;
aes_ecb.hpp:89
static
OT_DEFINE_ALIGNED_VAR
(
sInterpreterRaw
,
sizeof
(
Interpreter
)
,
uint64_t
)
;
cli.cpp:73
static
OT_DEFINE_ALIGNED_VAR
(
sNcpRaw
,
sizeof
(
NcpHdlc
)
,
uint64_t
)
;
esp_openthread_ncp_hdlc.cpp:13
OT_DEFINE_ALIGNED_VAR
(
mContextStorage
,
kHkdfContextSize
,
uint64_t
)
;
hkdf_sha256.hpp:97
OT_DEFINE_ALIGNED_VAR
(
mContextStorage
,
kHmacSha256ContextSize
,
uint64_t
)
;
hmac_sha256.hpp:127
OT_DEFINE_ALIGNED_VAR
(
gInstanceRaw
,
sizeof
(
Instance
)
,
uint64_t
)
;
instance.cpp:46
OT_DEFINE_ALIGNED_VAR
(
mContextStorage
,
kSha256ContextSize
,
uint64_t
)
;
sha256.hpp:139
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