ESP-IDF
sys_cpu_to_le16
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_cpu_to_le16
sys_cpu_to_le16 macro
Syntax
Show:
Summary
Declaration
from
byteorder.h:187
#define
sys_cpu_to_le16
(
val
)
(
val
)
Arguments
Argument
val
Examples
References
from
examples
Code
Location
#define
sys_cpu_to_le16
(
val
)
(
val
)
byteorder.h:187
pdu
.
start_handle
=
sys_cpu_to_le16
(
incl
->
handle
)
;
adapter.c:803
pdu
.
uuid16
=
sys_cpu_to_le16
(
BLE_MESH_UUID_16
(
uuid
)
->
val
)
;
adapter.c:811
uint16_t
uuid16
=
sys_cpu_to_le16
(
BLE_MESH_UUID_16
(
uuid
)
->
val
)
;
adapter.c:825
pdu
.
value_handle
=
sys_cpu_to_le16
(
next
->
handle
)
;
adapter.c:865
pdu
.
uuid16
=
sys_cpu_to_le16
(
BLE_MESH_UUID_16
(
chrc
->
uuid
)
->
val
)
;
adapter.c:870
val
=
sys_cpu_to_le16
(
opcode
&
0xffff
)
;
esp_ble_mesh_networking_api.c:144
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