Searched refs:RESET_DEBUG (Results 1 – 10 of 10) sorted by relevance
86 flags |= RESET_DEBUG; in z_impl_hwinfo_get_reset_cause()94 flags |= RESET_DEBUG; in z_impl_hwinfo_get_reset_cause()114 flags |= RESET_DEBUG; in z_impl_hwinfo_get_reset_cause()119 flags |= RESET_DEBUG; in z_impl_hwinfo_get_reset_cause()124 flags |= RESET_DEBUG; in z_impl_hwinfo_get_reset_cause()148 flags |= RESET_DEBUG; in z_impl_hwinfo_get_reset_cause()183 | RESET_DEBUG); in z_impl_hwinfo_get_supported_reset_cause()
66 flags |= RESET_DEBUG; in z_impl_hwinfo_get_reset_cause()69 flags |= RESET_DEBUG; in z_impl_hwinfo_get_reset_cause()73 flags |= RESET_DEBUG; in z_impl_hwinfo_get_reset_cause()112 | RESET_DEBUG in z_impl_hwinfo_get_supported_reset_cause()
36 flags |= RESET_DEBUG; in z_impl_hwinfo_get_reset_cause()60 | RESET_DEBUG); in z_impl_hwinfo_get_supported_reset_cause()
62 mask |= RESET_DEBUG; in hwinfo_mcux_rcm_xlate_reset_sources()76 mask |= RESET_DEBUG; in hwinfo_mcux_rcm_xlate_reset_sources()82 mask |= RESET_DEBUG; in hwinfo_mcux_rcm_xlate_reset_sources()
37 RESET_DEBUG | in z_impl_hwinfo_get_supported_reset_cause()64 *cause = RESET_DEBUG; in z_impl_hwinfo_get_reset_cause()
70 flags |= RESET_DEBUG; in z_impl_hwinfo_get_reset_cause()98 *supported = RESET_PIN | RESET_DEBUG | RESET_POR; in z_impl_hwinfo_get_supported_reset_cause()
62 flags |= RESET_DEBUG; in z_impl_hwinfo_get_reset_cause()91 | RESET_DEBUG in z_impl_hwinfo_get_supported_reset_cause()
85 flags |= RESET_DEBUG; in z_impl_hwinfo_get_reset_cause()
86 case RESET_DEBUG: in cause_to_string()
51 #define RESET_DEBUG BIT(5) macro