Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/port/include/misc/
A Dbyteorder.h189 #define sys_be64_to_cpu(val) __bswap_64(val) macro
210 #define sys_be64_to_cpu(val) (val) macro
/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dbuf.c1209 return sys_be64_to_cpu(val); in net_buf_simple_pull_be64()

Completed in 8 milliseconds