Home
last modified time | relevance | path

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

/Zephyr-latest/lib/net_buf/
Dbuf_simple.c265 struct uint40 { in net_buf_simple_remove_le40() struct
271 val = UNALIGNED_GET((struct uint40 *)ptr); in net_buf_simple_remove_le40()
278 struct uint40 { in net_buf_simple_remove_be40() struct
284 val = UNALIGNED_GET((struct uint40 *)ptr); in net_buf_simple_remove_be40()
547 struct uint40 { in net_buf_simple_pull_le40() struct
551 val = UNALIGNED_GET((struct uint40 *)buf->data); in net_buf_simple_pull_le40()
559 struct uint40 { in net_buf_simple_pull_be40() struct
563 val = UNALIGNED_GET((struct uint40 *)buf->data); in net_buf_simple_pull_be40()