Home
last modified time | relevance | path

Searched refs:sys_cpu_to_be32 (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_byteorder.h228 #ifndef sys_cpu_to_be32
229 #define sys_cpu_to_be32(val) __bswap_32(val) macro
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dfriend.c588 upd->iv_index = sys_cpu_to_be32(bt_mesh.iv_index); in encode_update()