Searched refs:sys_get_be64 (Results 1 – 5 of 5) sorted by relevance
46 val->val1 = sys_get_be64((uint8_t *)rom) & BIT64_MASK(32); in w1_rom_to_sensor_value()47 val->val2 = sys_get_be64((uint8_t *)rom) >> 32; in w1_rom_to_sensor_value()
660 return sys_get_be64((uint8_t *)rom); in w1_rom_to_uint64()
84 tmp = sys_get_be64(buf); in ZTEST()
576 static inline uint64_t sys_get_be64(const uint8_t src[8]) in sys_get_be64() function
697 * :github:`18258` - sys_get_be64() is missing from sys/byteorder.h