Searched refs:sys_put_be64 (Results 1 – 5 of 5) sorted by relevance
61 sys_put_be64(temp64, (uint8_t *)rom); in w1_sensor_value_to_rom()
671 sys_put_be64(rom64, (uint8_t *)rom); in w1_uint64_to_rom()
169 sys_put_be64(val, net_buf_simple_add(buf, sizeof(val))); in net_buf_simple_add_be64()444 sys_put_be64(val, net_buf_simple_push(buf, sizeof(val))); in net_buf_simple_push_be64()
104 sys_put_be64(val, tmp); in ZTEST()
395 static inline void sys_put_be64(uint64_t val, uint8_t dst[8]) in sys_put_be64() function