Home
last modified time | relevance | path

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

/Zephyr-latest/lib/net_buf/
Dbuf_simple.c291 struct uint48 { in net_buf_simple_remove_le48() struct
297 val = UNALIGNED_GET((struct uint48 *)ptr); in net_buf_simple_remove_le48()
304 struct uint48 { in net_buf_simple_remove_be48() struct
310 val = UNALIGNED_GET((struct uint48 *)ptr); in net_buf_simple_remove_be48()
571 struct uint48 { in net_buf_simple_pull_le48() struct
575 val = UNALIGNED_GET((struct uint48 *)buf->data); in net_buf_simple_pull_le48()
583 struct uint48 { in net_buf_simple_pull_be48() struct
587 val = UNALIGNED_GET((struct uint48 *)buf->data); in net_buf_simple_pull_be48()