Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_byteorder.h373 static inline void sys_put_le48(uint64_t val, uint8_t dst[6]) in sys_put_le48() function
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_buf.c114 sys_put_le48(val, net_buf_simple_add(buf, 6)); in net_buf_simple_add_le48()
202 sys_put_le48(val, net_buf_simple_push(buf, 6)); in net_buf_simple_push_le48()