Home
last modified time | relevance | path

Searched refs:sys_be32_to_cpu (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_byteorder.h225 #ifndef sys_be32_to_cpu
226 #define sys_be32_to_cpu(val) __bswap_32(val) macro
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_common/
Dmesh_buf.c321 return sys_be32_to_cpu(val); in net_buf_simple_pull_be32()
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/
Dlpn.c1015 iv_index = sys_be32_to_cpu(msg->iv_index); in bt_mesh_lpn_friend_update()