sys_get_be64() function
Get a 64-bit integer stored in big-endian format. Get a 64-bit integer, stored in big-endian format in a potentially unaligned memory location, and convert it to the host endianness.
Syntax
static inline uint64_t sys_get_be64(const uint8_t src[8]); Arguments
src
Location of the big-endian 64-bit integer to get.
Return value
64-bit integer in host endianness.
sys_get_be64() is called by 1 function and calls 1 function:
![]()
sys_get_be64()
sys_get_be64():
![]()
sys_get_be64()