Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/net/
Dbuf_simple.c217 struct uint24 { in net_buf_simple_remove_le24() struct
223 val = UNALIGNED_GET((struct uint24 *)ptr); in net_buf_simple_remove_le24()
230 struct uint24 { in net_buf_simple_remove_be24() struct
236 val = UNALIGNED_GET((struct uint24 *)ptr); in net_buf_simple_remove_be24()
503 struct uint24 { in net_buf_simple_pull_le24() struct
507 val = UNALIGNED_GET((struct uint24 *)buf->data); in net_buf_simple_pull_le24()
515 struct uint24 { in net_buf_simple_pull_be24() struct
519 val = UNALIGNED_GET((struct uint24 *)buf->data); in net_buf_simple_pull_be24()