Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/sensor/
Dw1_sensor.h61 sys_put_be64(temp64, (uint8_t *)rom); in w1_sensor_value_to_rom()
/Zephyr-latest/include/zephyr/drivers/
Dw1.h671 sys_put_be64(rom64, (uint8_t *)rom); in w1_uint64_to_rom()
/Zephyr-latest/lib/net_buf/
Dbuf_simple.c169 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()
/Zephyr-latest/tests/kernel/common/src/
Dbyteorder.c104 sys_put_be64(val, tmp); in ZTEST()
/Zephyr-latest/include/zephyr/sys/
Dbyteorder.h395 static inline void sys_put_be64(uint64_t val, uint8_t dst[8]) in sys_put_be64() function