Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/hwinfo/
Dhwinfo_mcux_src.c37 flags |= RESET_CPU_LOCKUP; in z_impl_hwinfo_get_reset_cause()
43 flags |= RESET_CPU_LOCKUP | RESET_SOFTWARE; in z_impl_hwinfo_get_reset_cause()
122 | RESET_CPU_LOCKUP in z_impl_hwinfo_get_supported_reset_cause()
126 | RESET_CPU_LOCKUP | RESET_SOFTWARE in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_rw61x.c34 RESET_CPU_LOCKUP | in z_impl_hwinfo_get_supported_reset_cause()
58 *cause = RESET_CPU_LOCKUP; in z_impl_hwinfo_get_reset_cause()
Dhwinfo_nrf.c80 flags |= RESET_CPU_LOCKUP; in z_impl_hwinfo_get_reset_cause()
142 flags |= RESET_CPU_LOCKUP; in z_impl_hwinfo_get_reset_cause()
181 | RESET_CPU_LOCKUP in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_esp32.c58 | RESET_CPU_LOCKUP in z_impl_hwinfo_get_supported_reset_cause()
87 *cause = RESET_CPU_LOCKUP; in z_impl_hwinfo_get_reset_cause()
Dhwinfo_gecko.c60 flags |= RESET_CPU_LOCKUP; in z_impl_hwinfo_get_reset_cause()
169 | RESET_CPU_LOCKUP in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_mcux_rcm.c67 mask |= RESET_CPU_LOCKUP; in hwinfo_mcux_rcm_xlate_reset_sources()
Dhwinfo_shell.c95 case RESET_CPU_LOCKUP: in cause_to_string()
/Zephyr-latest/include/zephyr/drivers/
Dhwinfo.h57 #define RESET_CPU_LOCKUP BIT(8) macro