Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/port/include/misc/
A Dbyteorder.h173 #define sys_le24_to_cpu(val) (val) macro
194 #define sys_le24_to_cpu(val) __bswap_24(val) macro
/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dbuf.c1133 return sys_le24_to_cpu(val.u24); in net_buf_simple_pull_le24()

Completed in 6 milliseconds