Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/subsys/net/
Dbuf_simple.c203 struct uint24 { in net_buf_simple_remove_le24() struct
209 val = UNALIGNED_GET((struct uint24 *)ptr); in net_buf_simple_remove_le24()
216 struct uint24 { in net_buf_simple_remove_be24() struct
222 val = UNALIGNED_GET((struct uint24 *)ptr); in net_buf_simple_remove_be24()
449 struct uint24 { in net_buf_simple_pull_le24() struct
453 val = UNALIGNED_GET((struct uint24 *)buf->data); in net_buf_simple_pull_le24()
461 struct uint24 { in net_buf_simple_pull_be24() struct
465 val = UNALIGNED_GET((struct uint24 *)buf->data); in net_buf_simple_pull_be24()