Home
last modified time | relevance | path

Searched refs:sys_put_le16 (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_byteorder.h328 static inline void sys_put_le16(uint16_t val, uint8_t dst[2]) in sys_put_le16() function
345 sys_put_le16(val, dst); in sys_put_le24()
360 sys_put_le16(val, dst); in sys_put_le32()
361 sys_put_le16(val >> 16, &dst[2]); in sys_put_le32()
376 sys_put_le16(val >> 32, &dst[4]); in sys_put_le48()
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_common/
Dmesh_buf.c72 sys_put_le16(val, net_buf_simple_add(buf, sizeof(val))); in net_buf_simple_add_le16()
153 sys_put_le16(val, net_buf_simple_push(buf, sizeof(val))); in net_buf_simple_push_le16()