ESP-IDF
sys_put_be32
is only used within ESP-IDF.
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
sys_put_be32
sys_put_be32 macro
Syntax
Show:
Summary
Declaration
from
glue.h:139
#define
sys_put_be32
(
a
,
b
)
put_be32
(
b
,
a
)
Arguments
Argument
a
b
Examples
References
from
examples
Code
Location
#define
sys_put_be32
(
a
,
b
)
put_be32
(
b
,
a
)
glue.h:139
sys_put_be32
(
iv_index
,
&
nonce
[
9
]
)
;
crypto.c:276
sys_put_be32
(
iv_index
,
&
nonce
[
9
]
)
;
crypto.c:302
sys_put_be32
(
iv_index
,
&
priv_rand
[
5
]
)
;
crypto.c:315
sys_put_be32
(
(
ctx
->
seq_num
|
(
(
uint32_t
)
ctx
->
aszmic
<
<
31
)
)
,
&
nonce
[
1
]
)
;
crypto.c:393
sys_put_be32
(
ctx
->
iv_index
,
&
nonce
[
9
]
)
;
crypto.c:398
sys_put_be32
(
iv_index
,
&
msg
[
9
]
)
;
crypto.c:595
sys_put_be32
(
num
,
&
bt_mesh_prov_link
.
auth
[
12
]
)
;
prov.c:183
sys_put_be32
(
num
,
&
bt_mesh_prov_link
.
auth
[
12
]
)
;
prov.c:285
sys_put_be32
(
block
,
&
buf
[
2
]
)
;
transport.c:1096
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