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