Lines Matching refs:UNALIGNED_GET
199 val = UNALIGNED_GET((uint16_t *)ptr); in net_buf_simple_remove_le16()
210 val = UNALIGNED_GET((uint16_t *)ptr); in net_buf_simple_remove_be16()
223 val = UNALIGNED_GET((struct uint24 *)ptr); in net_buf_simple_remove_le24()
236 val = UNALIGNED_GET((struct uint24 *)ptr); in net_buf_simple_remove_be24()
247 val = UNALIGNED_GET((uint32_t *)ptr); in net_buf_simple_remove_le32()
258 val = UNALIGNED_GET((uint32_t *)ptr); in net_buf_simple_remove_be32()
271 val = UNALIGNED_GET((struct uint40 *)ptr); in net_buf_simple_remove_le40()
284 val = UNALIGNED_GET((struct uint40 *)ptr); in net_buf_simple_remove_be40()
297 val = UNALIGNED_GET((struct uint48 *)ptr); in net_buf_simple_remove_le48()
310 val = UNALIGNED_GET((struct uint48 *)ptr); in net_buf_simple_remove_be48()
321 val = UNALIGNED_GET((uint64_t *)ptr); in net_buf_simple_remove_le64()
332 val = UNALIGNED_GET((uint64_t *)ptr); in net_buf_simple_remove_be64()
485 val = UNALIGNED_GET((uint16_t *)buf->data); in net_buf_simple_pull_le16()
495 val = UNALIGNED_GET((uint16_t *)buf->data); in net_buf_simple_pull_be16()
507 val = UNALIGNED_GET((struct uint24 *)buf->data); in net_buf_simple_pull_le24()
519 val = UNALIGNED_GET((struct uint24 *)buf->data); in net_buf_simple_pull_be24()
529 val = UNALIGNED_GET((uint32_t *)buf->data); in net_buf_simple_pull_le32()
539 val = UNALIGNED_GET((uint32_t *)buf->data); in net_buf_simple_pull_be32()
551 val = UNALIGNED_GET((struct uint40 *)buf->data); in net_buf_simple_pull_le40()
563 val = UNALIGNED_GET((struct uint40 *)buf->data); in net_buf_simple_pull_be40()
575 val = UNALIGNED_GET((struct uint48 *)buf->data); in net_buf_simple_pull_le48()
587 val = UNALIGNED_GET((struct uint48 *)buf->data); in net_buf_simple_pull_be48()
597 val = UNALIGNED_GET((uint64_t *)buf->data); in net_buf_simple_pull_le64()
607 val = UNALIGNED_GET((uint64_t *)buf->data); in net_buf_simple_pull_be64()