Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_buf.c326 struct uint48 { in net_buf_simple_pull_le48() struct
330 val = UNALIGNED_GET((struct uint48 *)buf->data); in net_buf_simple_pull_le48()
338 struct uint48 { in net_buf_simple_pull_be48() struct
342 val = UNALIGNED_GET((struct uint48 *)buf->data); in net_buf_simple_pull_be48()