Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_buf.c282 struct uint24 { in net_buf_simple_pull_le24() struct
286 val = UNALIGNED_GET((struct uint24 *)buf->data); in net_buf_simple_pull_le24()
294 struct uint24 { in net_buf_simple_pull_be24() struct
298 val = UNALIGNED_GET((struct uint24 *)buf->data); in net_buf_simple_pull_be24()