sys_put_be32() function
Put a 32-bit integer as big-endian to arbitrary location. Put a 32-bit integer, originally in host endianness, to a potentially unaligned memory location in big-endian format.
Syntax
static inline void sys_put_be32(uint32_t val,
uint8_t dst[4]);
Arguments
val
32-bit integer in host endianness.
dst
Destination memory address to store the result.
sys_put_be32() is called by 14 functions and calls 1 function:
![]()
sys_put_be32()
sys_put_be32():
![]()
sys_put_be32()