Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_byteorder.h207 #ifndef sys_le64_to_cpu
208 #define sys_le64_to_cpu(val) (val) macro
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_buf.c355 return sys_le64_to_cpu(val); in net_buf_simple_pull_le64()