Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_byteorder.h237 #ifndef sys_be64_to_cpu
238 #define sys_be64_to_cpu(val) __bswap_64(val) macro
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_buf.c365 return sys_be64_to_cpu(val); in net_buf_simple_pull_be64()