Home
last modified time | relevance | path

Searched refs:RESET_CPU_LOCKUP (Results 1 – 10 of 10) 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_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_silabs_series2.c90 flags |= RESET_CPU_LOCKUP; in z_impl_hwinfo_get_reset_cause()
122 RESET_SECURITY | RESET_LOW_POWER_WAKE | RESET_CPU_LOCKUP; in z_impl_hwinfo_get_supported_reset_cause()
Dhwinfo_nrf.c109 flags |= RESET_CPU_LOCKUP; in z_impl_hwinfo_get_reset_cause()
168 flags |= RESET_CPU_LOCKUP; in z_impl_hwinfo_get_reset_cause()
208 | RESET_CPU_LOCKUP in z_impl_hwinfo_get_supported_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/tests/boards/nrf/hwinfo/reset_cause/src/
Dmain.c102 if (supported & RESET_CPU_LOCKUP) { in print_supported_reset_cause()
179 if (*cause & RESET_CPU_LOCKUP) { in print_current_reset_cause()
334 if (supported & RESET_CPU_LOCKUP) { in test_reset_cpu_lockup()
348 if (cause & RESET_CPU_LOCKUP) { in test_reset_cpu_lockup()
/Zephyr-latest/include/zephyr/drivers/
Dhwinfo.h57 #define RESET_CPU_LOCKUP BIT(8) macro