Searched refs:RESET_POR (Results 1 – 15 of 15) sorted by relevance
21 flags = RESET_POR; in z_impl_hwinfo_get_reset_cause()58 | RESET_POR in z_impl_hwinfo_get_supported_reset_cause()
74 flags |= RESET_POR; in z_impl_hwinfo_get_reset_cause()77 flags |= RESET_POR; in z_impl_hwinfo_get_reset_cause()120 | RESET_POR); in z_impl_hwinfo_get_supported_reset_cause()
24 *cause = RESET_POR; in z_impl_hwinfo_get_reset_cause()47 *supported = RESET_POR in z_impl_hwinfo_get_supported_reset_cause()
63 *cause = RESET_POR; in z_impl_hwinfo_get_reset_cause()94 | RESET_POR in z_impl_hwinfo_get_supported_reset_cause()
123 flags |= RESET_POR; in z_impl_hwinfo_get_reset_cause()128 flags |= RESET_POR; in z_impl_hwinfo_get_reset_cause()194 | RESET_POR in z_impl_hwinfo_get_supported_reset_cause()
62 flags |= RESET_POR; in z_impl_hwinfo_get_reset_cause()98 *supported = RESET_PIN | RESET_DEBUG | RESET_POR; in z_impl_hwinfo_get_supported_reset_cause()
53 *supported = (RESET_POR in z_impl_hwinfo_get_supported_reset_cause()70 *cause = RESET_POR; in z_impl_hwinfo_get_reset_cause()
56 flags |= RESET_POR; in z_impl_hwinfo_get_reset_cause()95 | RESET_POR in z_impl_hwinfo_get_supported_reset_cause()
65 flags |= RESET_POR; in z_impl_hwinfo_get_reset_cause()132 | RESET_POR in z_impl_hwinfo_get_supported_reset_cause()
32 flags |= RESET_POR; in z_impl_hwinfo_get_reset_cause()119 | RESET_POR in z_impl_hwinfo_get_supported_reset_cause()
42 flags |= RESET_POR; in z_impl_hwinfo_get_reset_cause()167 | RESET_POR in z_impl_hwinfo_get_supported_reset_cause()
57 mask |= RESET_POR; in hwinfo_mcux_rcm_xlate_reset_sources()
109 flags |= RESET_POR; in z_impl_hwinfo_get_reset_cause()
80 case RESET_POR: in cause_to_string()
47 #define RESET_POR BIT(3) macro