Searched refs:RESET_PIN (Results 1 – 12 of 12) sorted by relevance
51 flags |= RESET_PIN; in z_impl_hwinfo_get_reset_cause()71 *supported = RESET_PIN | RESET_DEBUG | RESET_POR; in z_impl_hwinfo_get_supported_reset_cause()
51 | RESET_PIN in z_impl_hwinfo_get_supported_reset_cause()70 *cause = RESET_PIN; in z_impl_hwinfo_get_reset_cause()
50 flags |= RESET_PIN; in z_impl_hwinfo_get_reset_cause()93 | RESET_PIN in z_impl_hwinfo_get_supported_reset_cause()
47 flags |= RESET_PIN; in z_impl_hwinfo_get_reset_cause()113 *supported = (RESET_PIN in z_impl_hwinfo_get_supported_reset_cause()
74 flags |= RESET_PIN; in z_impl_hwinfo_get_reset_cause()109 *supported = (RESET_PIN in z_impl_hwinfo_get_supported_reset_cause()
27 flags |= RESET_PIN; in z_impl_hwinfo_get_reset_cause()110 | RESET_PIN in z_impl_hwinfo_get_supported_reset_cause()
48 flags |= RESET_PIN; in z_impl_hwinfo_get_reset_cause()165 *supported = RESET_PIN in z_impl_hwinfo_get_supported_reset_cause()
58 flags |= RESET_PIN; in z_impl_hwinfo_get_reset_cause()165 *supported = (RESET_PIN in z_impl_hwinfo_get_supported_reset_cause()
53 mask |= RESET_PIN; in hwinfo_mcux_rcm_xlate_reset_sources()
44 case RESET_PIN: in cause_to_string()
104 if (cause == (RESET_PIN | RESET_BROWNOUT)) { in main()108 if (cause == RESET_PIN) { in main()
33 #define RESET_PIN BIT(0) macro