Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/port/include/misc/
A Dbyteorder.h481 static inline bt_u32_t sys_get_le32(const u8_t src[4]) in sys_get_le32() function
498 return ((u64_t)sys_get_le32(&src[2]) << 32) | sys_get_le16(&src[0]); in sys_get_le48()
513 return ((u64_t)sys_get_le32(&src[4]) << 32) | sys_get_le32(&src[0]); in sys_get_le64()
/AliOS-Things-master/components/ble_host/bt_host/host/
A Duuid.c89 BT_UUID_32(uuid)->val = sys_get_le32(data); in bt_uuid_create()

Completed in 3 milliseconds