Searched refs:RESET_PIN (Results 1 – 16 of 16) sorted by relevance
24 flags |= RESET_PIN; in z_impl_hwinfo_get_reset_cause()56 *supported = (RESET_PIN in z_impl_hwinfo_get_supported_reset_cause()
66 *cause = RESET_PIN; in z_impl_hwinfo_get_reset_cause()91 *supported = (RESET_PIN in z_impl_hwinfo_get_supported_reset_cause()
66 flags |= RESET_PIN; in z_impl_hwinfo_get_reset_cause()98 *supported = RESET_PIN | RESET_DEBUG | RESET_POR; in z_impl_hwinfo_get_supported_reset_cause()
54 | RESET_PIN in z_impl_hwinfo_get_supported_reset_cause()73 *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()
80 flags |= RESET_PIN; in z_impl_hwinfo_get_reset_cause()117 *supported = (RESET_PIN in z_impl_hwinfo_get_supported_reset_cause()
60 flags |= RESET_PIN; in z_impl_hwinfo_get_reset_cause()130 *supported = RESET_PIN in z_impl_hwinfo_get_supported_reset_cause()
27 flags |= RESET_PIN; in z_impl_hwinfo_get_reset_cause()116 | 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()
74 flags |= RESET_PIN; in z_impl_hwinfo_get_reset_cause()178 *supported = (RESET_PIN in z_impl_hwinfo_get_supported_reset_cause()
78 flags |= RESET_PIN; in z_impl_hwinfo_get_reset_cause()189 *supported = (RESET_PIN in z_impl_hwinfo_get_supported_reset_cause()
53 mask |= RESET_PIN; in hwinfo_mcux_rcm_xlate_reset_sources()
71 case RESET_PIN: in cause_to_string()
105 if (cause == (RESET_PIN | RESET_BROWNOUT)) { in main()109 if (cause == RESET_PIN) { in main()
41 #define RESET_PIN BIT(0) macro
31 #define RESET_PIN 0xD3U macro213 ret = i2c_reg_write_byte_dt(&config->i2c, RESET_PIN, 1U); in config_shphold()