Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_byteorder.h195 #ifndef sys_le32_to_cpu
196 #define sys_le32_to_cpu(val) (val) macro
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_buf.c311 return sys_le32_to_cpu(val); in net_buf_simple_pull_le32()