Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/hwinfo/
Dhwinfo_renesas_ra.c12 bsp_unique_id_t const *unique_id = R_BSP_UniqueIdGet(); in z_impl_hwinfo_get_device_id() local
13 size_t len = MIN(length, sizeof(unique_id->unique_id_bytes)); in z_impl_hwinfo_get_device_id()
15 memcpy(buffer, &unique_id->unique_id_bytes[0], len); in z_impl_hwinfo_get_device_id()
Dhwinfo_silabs_series2.c52 uint64_t unique_id = sys_cpu_to_be64(SYSTEM_GetUnique()); in z_impl_hwinfo_get_device_id() local
54 if (length > sizeof(unique_id)) { in z_impl_hwinfo_get_device_id()
55 length = sizeof(unique_id); in z_impl_hwinfo_get_device_id()
58 memcpy(buffer, &unique_id, length); in z_impl_hwinfo_get_device_id()
Dhwinfo_gecko.c24 uint64_t unique_id = sys_cpu_to_be64(SYSTEM_GetUnique()); in z_impl_hwinfo_get_device_id() local
26 if (length > sizeof(unique_id)) { in z_impl_hwinfo_get_device_id()
27 length = sizeof(unique_id); in z_impl_hwinfo_get_device_id()
30 memcpy(buffer, &unique_id, length); in z_impl_hwinfo_get_device_id()