Searched refs:sys_put_le32 (Results 1 – 2 of 2) sorted by relevance
358 static inline void sys_put_le32(uint32_t val, uint8_t dst[4]) in sys_put_le32() function375 sys_put_le32(val, dst); in sys_put_le48()390 sys_put_le32(val, dst); in sys_put_le64()391 sys_put_le32(val >> 32, &dst[4]); in sys_put_le64()
100 sys_put_le32(val, net_buf_simple_add(buf, sizeof(val))); in net_buf_simple_add_le32()188 sys_put_le32(val, net_buf_simple_push(buf, sizeof(val))); in net_buf_simple_push_le32()