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