Home
last modified time | relevance | path

Searched refs:UNALIGNED_GET (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dbuf.c1108 val = UNALIGNED_GET((u16_t *)buf->data); in net_buf_simple_pull_le16()
1118 val = UNALIGNED_GET((u16_t *)buf->data); in net_buf_simple_pull_be16()
1130 val = UNALIGNED_GET((struct uint24 *)buf->data); in net_buf_simple_pull_le24()
1142 val = UNALIGNED_GET((struct uint24 *)buf->data); in net_buf_simple_pull_be24()
1152 val = UNALIGNED_GET((bt_u32_t *)buf->data); in net_buf_simple_pull_le32()
1162 val = UNALIGNED_GET((bt_u32_t *)buf->data); in net_buf_simple_pull_be32()
1174 val = UNALIGNED_GET((struct uint48 *)buf->data); in net_buf_simple_pull_le48()
1186 val = UNALIGNED_GET((struct uint48 *)buf->data); in net_buf_simple_pull_be48()
1196 val = UNALIGNED_GET((u64_t *)buf->data); in net_buf_simple_pull_le64()
1206 val = UNALIGNED_GET((u64_t *)buf->data); in net_buf_simple_pull_be64()
/AliOS-Things-master/components/ble_host/include/
A Dble_os_port.h48 #define UNALIGNED_GET(p) \ macro
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dsmp.c4476 bt_u32_t cnt = UNALIGNED_GET((bt_u32_t *)&msg[len]); in smp_sign_buf()

Completed in 14 milliseconds