sys_get_be48() function
Get a 48-bit integer stored in big-endian format. Get a 48-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_be48(const uint8_t src[6]); Arguments
src
Location of the big-endian 48-bit integer to get.
Return value
48-bit integer in host endianness.
sys_get_be48() is called by 1 function and calls 2 functions:
![]()
sys_get_be48()
sys_get_be48():
![]()
sys_get_be48()