Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/hwinfo/
Dhwinfo_handlers.c21 uint32_t cause_copy; in z_vrfy_hwinfo_get_reset_cause() local
23 ret = z_impl_hwinfo_get_reset_cause(&cause_copy); in z_vrfy_hwinfo_get_reset_cause()
24 Z_OOPS(z_user_to_copy(cause, &cause_copy, sizeof(uint32_t))); in z_vrfy_hwinfo_get_reset_cause()