Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/tests/kernel/common/src/
Dbyteorder.c104 sys_put_be64(val, tmp); in test_sys_put_be64()
/Zephyr-Core-2.7.6/include/sys/
Dbyteorder.h286 static inline void sys_put_be64(uint64_t val, uint8_t dst[8]) in sys_put_be64() function
/Zephyr-Core-2.7.6/subsys/net/
Dbuf.c853 sys_put_be64(val, net_buf_simple_add(buf, sizeof(val))); in net_buf_simple_add_be64()
1088 sys_put_be64(val, net_buf_simple_push(buf, sizeof(val))); in net_buf_simple_push_be64()