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