Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/hwinfo/
Dhwinfo_handlers.c40 uint32_t supported_copy; in z_vrfy_hwinfo_get_supported_reset_cause() local
42 ret = z_impl_hwinfo_get_supported_reset_cause(&supported_copy); in z_vrfy_hwinfo_get_supported_reset_cause()
43 Z_OOPS(z_user_to_copy(supported, &supported_copy, sizeof(uint32_t))); in z_vrfy_hwinfo_get_supported_reset_cause()