Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/hwinfo/
Dhwinfo_handlers.c48 uint32_t supported_copy; in z_vrfy_hwinfo_get_supported_reset_cause() local
50 ret = z_impl_hwinfo_get_supported_reset_cause(&supported_copy); in z_vrfy_hwinfo_get_supported_reset_cause()
51 K_OOPS(k_usermode_to_copy(supported, &supported_copy, sizeof(uint32_t))); in z_vrfy_hwinfo_get_supported_reset_cause()