Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/port/include/misc/
A Dbyteorder.h183 #define sys_be24_to_cpu(val) __bswap_24(val) macro
204 #define sys_be24_to_cpu(val) (val) macro
/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dbuf.c1145 return sys_be24_to_cpu(val.u24); in net_buf_simple_pull_be24()

Completed in 8 milliseconds